Remind 7 days before auto close
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user