From 217b860bb84c48addf559e863b9c86d95da4bacc Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 30 Oct 2025 14:41:07 +0100 Subject: [PATCH] Style --- app/controllers/cards_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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