Remove unused constants / controller

This came from the previous 3-column times
This commit is contained in:
Jorge Manrubia
2025-10-25 18:50:37 +02:00
parent 7b11b9c21b
commit d6c7fb2084
5 changed files with 1 additions and 37 deletions
-2
View File
@@ -4,8 +4,6 @@ class CardsController < ApplicationController
before_action :set_collection, only: %i[ create ]
before_action :set_card, only: %i[ show edit update destroy ]
PAGE_SIZE = 25
def index
set_page_and_extract_portion_from @filter.cards
end