DEBSOURCES
Skip Quicknav
sources / gitlab / 17.6.5-19 / app / controllers / concerns / snippets_sort.rb
123456789
# frozen_string_literal: true module SnippetsSort extend ActiveSupport::Concern def sort_param pagination_params[:sort].presence || 'updated_desc' end end