From aae6c7b1a2735da0e73802b854d7d11fb3a2fc7c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 18 Apr 2025 17:09:55 +0200 Subject: [PATCH] Indention --- app/models/card.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/models/card.rb b/app/models/card.rb index 4c17269c9..7e8a72da8 100644 --- a/app/models/card.rb +++ b/app/models/card.rb @@ -31,8 +31,8 @@ class Card < ApplicationRecord scope :by_engagement_status, ->(status) do case status.to_s - when "considering" then considering - when "doing" then doing.with_golden_first + when "considering" then considering + when "doing" then doing.with_golden_first end end