Newer
Older
module SortingHelper
def sort_title_oldest_updated
'Oldest updated'
end
def sort_title_recently_updated
'Recently updated'
end
def sort_title_oldest_created
'Recently updated'
end
def sort_title_recently_created
'Recently updated'
end
end