Module: ViewMixins::Table

Defined in:
lib/view_mixins/table.rb

Instance Method Summary collapse

Instance Method Details

#table_for(settings) ⇒ Object



3
4
5
6
# File 'lib/view_mixins/table.rb', line 3

def table_for(settings)
  #settings
  render :partial => '/helpers/build_table', :layout => false, :locals => {:settings => settings}
end