Add indexed_by=maybe to cards (#2827)

* Add indexed_by=maybe to cards
This commit is contained in:
Rob Zolkos
2026-04-14 17:35:41 -04:00
committed by GitHub
parent 89a1cf43fb
commit abd59567e3
4 changed files with 12 additions and 1 deletions
+1
View File
@@ -30,6 +30,7 @@ class Card < ApplicationRecord
when "stalled" then stalled
when "postponing_soon" then postponing_soon
when "closed" then closed
when "maybe" then awaiting_triage
when "not_now" then postponed.latest
when "golden" then golden
when "draft" then drafted