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

#next_sort_direction_for

Methods included from FormattingHelper

#ascending_str, #descending_str

Methods included from CurrentDirectionForHelper

#current_sort_direction_for

Methods included from Params::CurrentHelper

#current_params

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