diff --git a/app/controllers/collections_controller.rb b/app/controllers/collections_controller.rb index 9feb0b828..3c45e81bf 100644 --- a/app/controllers/collections_controller.rb +++ b/app/controllers/collections_controller.rb @@ -1,8 +1,8 @@ class CollectionsController < ApplicationController - before_action :set_collection, except: %i[ new create ] - include FilterScoped + before_action :set_collection, except: %i[ new create ] + def show if @filter.used?(ignore_collections: true) show_filtered_cards