module RailsTableFor::Elements::Column

Public Instance Methods

td(_) click to toggle source
# File lib/rails_table_for/elements/column.rb, line 10
def td(_)
  raise 'Not implemented'
end
th() click to toggle source
# File lib/rails_table_for/elements/column.rb, line 6
def th
  content_tag :th, title
end