Module: Sort::LinkForHelper

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

Instance Method Summary collapse

Instance Method Details



5
6
7
8
9
# File 'lib/action_set/helpers/sort/link_for_helper.rb', line 5

def sort_link_for(attribute, name = nil)
  link_to(name || attribute.to_s.titleize,
          sort_path_for(attribute),
          'aria-label': sort_description_for(attribute))
end