Module: HtmlTable

Defined in:
lib/html_table_rails.rb

Instance Method Summary collapse

Instance Method Details

#set_table_builder(collection, options, &block) ⇒ Object



56
57
58
# File 'lib/html_table_rails.rb', line 56

def set_table_builder(collection, options, &block)
  @table_builder = TableBuilder.new(collection, self, options, &block)
end