Module: Sort::DescriptionForHelper

Included in:
ActionSet::Helpers::HelperMethods
Defined in:
lib/action_set/helpers/sort/description_for_helper.rb

Instance Method Summary collapse

Instance Method Details

#sort_description_for(attribute) ⇒ Object



5
6
7
# File 'lib/action_set/helpers/sort/description_for_helper.rb', line 5

def sort_description_for(attribute)
  "sort by '#{attribute}' in #{next_sort_direction_for(attribute, format: :long)} order"
end