Golden cards bubble to the top of Considering, too

This commit is contained in:
Jason Zimdars
2025-07-07 15:35:05 -05:00
parent 9e3a414d30
commit c66261d30f
+1 -1
View File
@@ -9,7 +9,7 @@ module Card::Engageable
scope :by_engagement_status, ->(status) do
case status.to_s
when "considering" then considering
when "considering" then considering.with_golden_first
when "doing" then doing.with_golden_first
end
end