Module: Constantin
- Defined in:
- lib/constantin.rb,
lib/constantin/option.rb,
lib/constantin/version.rb,
lib/constantin/active_record.rb
Defined Under Namespace
Modules: ActiveRecord Classes: Error, Option
Constant Summary collapse
- VERSION =
"0.3.0"
Class Method Summary collapse
-
.configuration ⇒ Object
Your code goes here…
- .configure {|configuration| ... } ⇒ Object
Class Method Details
.configuration ⇒ Object
Your code goes here…
8 9 10 |
# File 'lib/constantin.rb', line 8 def self.configuration @configuration ||= {} end |
.configure {|configuration| ... } ⇒ Object
12 13 14 |
# File 'lib/constantin.rb', line 12 def self.configure yield(configuration) end |