Method: TableHelp::AttributesTableFor#to_html

Defined in:
lib/table_help/attributes_table_for.rb

#to_htmlObject



20
21
22
23
# File 'lib/table_help/attributes_table_for.rb', line 20

def to_html
  return if resource.nil?
  tag.table(tbody, options)
end