Remind 7 days before auto close

This commit is contained in:
Andy Smith
2025-04-15 13:24:40 -05:00
parent eeadc1c494
commit adad6dd657
+1 -1
View File
@@ -2,7 +2,7 @@ module Card::Closeable
extend ActiveSupport::Concern
AUTO_CLOSE_AFTER = 30.days
AUTO_CLOSE_REMINDER = 22.days
AUTO_CLOSE_REMINDER = 7.days
included do
has_one :closure, dependent: :destroy