Method: SimpleModelView::ActionViewHelpers#collection_table_for

Defined in:
lib/simple_model_view/action_view_helpers.rb

#collection_table_for(collection, *args, &block) ⇒ Object



13
14
15
# File 'lib/simple_model_view/action_view_helpers.rb', line 13

def collection_table_for(collection, *args, &block)
  SimpleModelView::ActionViewHelperBuilder.new(self).collection_table(collection, *args, &block)
end