diff --git a/app/controllers/cards_controller.rb b/app/controllers/cards_controller.rb index 174c0270e..b1e7727dc 100644 --- a/app/controllers/cards_controller.rb +++ b/app/controllers/cards_controller.rb @@ -39,7 +39,7 @@ class CardsController < ApplicationController private def set_collection - @collection = Current.user.collections.find(params[:collection_id]) + @collection = Current.user.collections.find params[:collection_id] end def set_card