Module: RailsTableFor::Elements::Column
- Included in:
- BlockColumn, FieldColumn
- Defined in:
- lib/rails_table_for/elements/column.rb
Instance Method Summary collapse
Instance Method Details
#td(_) ⇒ Object
10 11 12 |
# File 'lib/rails_table_for/elements/column.rb', line 10 def td(_) raise 'Not implemented' end |
#th ⇒ Object
6 7 8 |
# File 'lib/rails_table_for/elements/column.rb', line 6 def th content_tag :th, title end |