Fix reconsider window

This commit is contained in:
Andy Smith
2025-05-15 09:50:48 -05:00
parent e7495046d9
commit ece60df516
+1 -1
View File
@@ -2,7 +2,7 @@ module Card::Engageable
extend ActiveSupport::Concern
STAGNATED_AFTER = 30.days
AUTO_RECONSIDER_REMINDER_BEFORE = 30.days
AUTO_RECONSIDER_REMINDER_BEFORE = 7.days
included do
has_one :engagement, dependent: :destroy, class_name: "Card::Engagement"