mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
Merge branch 'master' of github.com:domify/registry
This commit is contained in:
commit
080a46c7b2
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ class Domain < ActiveRecord::Base
|
||||||
domain.set_expired!
|
domain.set_expired!
|
||||||
end
|
end
|
||||||
|
|
||||||
STDOUT << "#{Time.zone.now.utc} - Successfully expired #{domain.count} domains\n" unless Rails.env.test?
|
STDOUT << "#{Time.zone.now.utc} - Successfully expired #{domains.count} domains\n" unless Rails.env.test?
|
||||||
end
|
end
|
||||||
|
|
||||||
def start_redemption_grace_period
|
def start_redemption_grace_period
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue