mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 07:02:04 +02:00
109818884-plus_15_days_added
This commit is contained in:
parent
a4adb0fec0
commit
d5f4edbade
1 changed files with 1 additions and 1 deletions
|
@ -711,7 +711,7 @@ class Domain < ActiveRecord::Base
|
|||
|
||||
if self.statuses.include?(DomainStatus::EXPIRED)
|
||||
#self.outzone_at = Time.zone.now + 1.day
|
||||
self.outzone_at = self.valid_to
|
||||
self.outzone_at = self.valid_to + 15.day
|
||||
else
|
||||
self.outzone_at = nil
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue