Skip to content
Snippets Groups Projects
sorting_helper.rb 274 B
Newer Older
  • Learn to ignore specific revisions
  • 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