Class: TableFor::Base

Inherits:
WithTemplate::Base
  • Object
show all
Includes:
HelperMethods::InstanceMethods
Defined in:
lib/table_for/base.rb

Instance Attribute Summary collapse

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_recordObject 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