Method: SortableTable::App::Helpers::ApplicationHelper::InstanceMethods#sortable_url
- Defined in:
- lib/sortable_table/app/helpers/application_helper.rb
#sortable_url(opts) ⇒ Object
48 49 50 |
# File 'lib/sortable_table/app/helpers/application_helper.rb', line 48 def sortable_url(opts) url_for(params.merge(:sort => opts[:sort], :order => link_sort_order(opts), :page => 1)) end |