Class: TableFor::Base
- Inherits:
-
WithTemplate::Base
- Object
- WithTemplate::Base
- TableFor::Base
- Includes:
- HelperMethods::InstanceMethods
- Defined in:
- lib/table_for/base.rb
Instance Attribute Summary collapse
-
#current_record ⇒ Object
(also: #current_row)
Returns the value of attribute current_record.
Method Summary
Methods included from HelperMethods::InstanceMethods
#cell_content, #footer, #header, #header_cell_content, #header_column_html, #header_sort_link, #set_current_record, #table_html
Instance Attribute Details
#current_record ⇒ Object Also known as: current_row
Returns the value of attribute current_record.
11 12 13 |
# File 'lib/table_for/base.rb', line 11 def current_record @current_record end |