Module: Sort::PathForHelper
- Includes:
- Params::CurrentHelper, NextDirectionForHelper
- Included in:
- LinkForHelper
- Defined in:
- lib/action_set/helpers/sort/path_for_helper.rb
Instance Method Summary collapse
Methods included from NextDirectionForHelper
Methods included from FormattingHelper
#ascending_str, #descending_str
Methods included from CurrentDirectionForHelper
Methods included from Params::CurrentHelper
Instance Method Details
#sort_path_for(attribute) ⇒ Object
11 12 13 |
# File 'lib/action_set/helpers/sort/path_for_helper.rb', line 11 def sort_path_for(attribute) url_for sort_params_for(attribute) end |