Module: Greentable
- Defined in:
- lib/greentable.rb,
lib/greentable/export.rb,
lib/greentable/railtie.rb,
lib/greentable/version.rb,
lib/greentable/view_helpers.rb,
lib/greentable/configuration.rb,
lib/greentable/greentable_table.rb,
lib/greentable/greentable_counter.rb
Defined Under Namespace
Modules: ViewHelpers Classes: Configuration, Counter, Export, Railtie, Table
Constant Summary collapse
- VERSION =
"0.9.7"
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
Class Method Summary collapse
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
11 12 13 |
# File 'lib/greentable/configuration.rb', line 11 def configuration @configuration end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
14 15 16 17 |
# File 'lib/greentable/configuration.rb', line 14 def self.configure self.configuration ||= Configuration.new yield configuration end |