Remove unused module

This commit is contained in:
Jorge Manrubia
2025-09-18 21:22:47 +02:00
parent 695615dfb9
commit b5ed5d8fd3
+1 -1
View File
@@ -1,7 +1,7 @@
require "ostruct"
class CardsController < ApplicationController
include CardsHelper, FilterScoped
include FilterScoped
before_action :set_collection, only: %i[ create ]
before_action :set_card, only: %i[ show edit update destroy ]