From 2de1780c833d3fc809128c12e66b7d4b8fab47d0 Mon Sep 17 00:00:00 2001 From: Alex Musayev Date: Sun, 19 Jul 2026 00:24:57 +0300 Subject: [PATCH] Remove SortablePresenter method narration --- app/services/sortable_presenter.rb | 29 ----------------------------- 1 file changed, 29 deletions(-) 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