Add "Not now" reason

This commit is contained in:
Jason Zimdars
2025-09-22 11:21:08 -05:00
parent 4fe735d9fe
commit 7a7fd9ceea
+2 -1
View File
@@ -3,7 +3,8 @@ class Closure::Reason < ApplicationRecord
"Completed",
"Duplicate",
"Maybe later",
"Working as intended"
"Working as intended",
"Not now"
]
FALLBACK_LABEL = "Done"