Indention

This commit is contained in:
David Heinemeier Hansson
2025-04-18 17:09:55 +02:00
parent 82c9b011ac
commit aae6c7b1a2
+2 -2
View File
@@ -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