diff --git a/app/services/sortable_presenter.rb b/app/services/sortable_presenter.rb index 57ccece90..3ae4d5cf1 100644 --- a/app/services/sortable_presenter.rb +++ b/app/services/sortable_presenter.rb @@ -23,32 +23,20 @@ def active? end end - # @param params [ActionController::Parameters, Hash] current request params - # @param fields [Hash{Symbol=>Hash}] controller sort configuration - # @param path_builder [Proc] callable returning a URL for the given params def initialize(params:, fields:, path_builder:) @params = params @fields = fields @path_builder = path_builder end - # Lazily builds the available sort options. - # - # @return [Array