Module: TableFor
- Defined in:
- lib/table_for.rb,
lib/table_for/base.rb,
lib/table_for/engine.rb,
lib/table_for/helper_methods.rb,
lib/table_for/view_additions.rb
Defined Under Namespace
Modules: HelperMethods, ViewAdditions Classes: Base, Engine
Constant Summary collapse
- @@default_table_class =
nil- @@render_thead_element =
true- @@render_tbody_element =
true- @@render_tfoot_element =
true
Class Method Summary collapse
-
.setup {|_self| ... } ⇒ Object
Default way to setup TableFor.
Class Method Details
.setup {|_self| ... } ⇒ Object
Default way to setup TableFor
23 24 25 |
# File 'lib/table_for.rb', line 23 def self.setup yield self end |