diff --git a/app/controllers/concerns/card_scoped.rb b/app/controllers/concerns/card_scoped.rb index e85291b57..ef40d56e3 100644 --- a/app/controllers/concerns/card_scoped.rb +++ b/app/controllers/concerns/card_scoped.rb @@ -11,6 +11,6 @@ module CardScoped end def set_collection - @collection = Current.user.collections.find(@card.collection_id) + @collection = @card.collection end end