mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Unused class clean-up
This commit is contained in:
parent
cb3cf37331
commit
89c5413fc7
2 changed files with 1 additions and 7 deletions
|
@ -1,6 +0,0 @@
|
|||
class DomainDeleteConfirmEmailJob < Que::Job
|
||||
# def run(domain_id)
|
||||
# domain = Domain.find(domain_id)
|
||||
# DomainDeleteConfirmInteraction::SendRequest.run(domain: domain)
|
||||
# end
|
||||
end
|
|
@ -70,6 +70,6 @@ class Whois::RecordTest < ActiveSupport::TestCase
|
|||
end
|
||||
|
||||
def registration_deadline
|
||||
Time.zone.now + 10.days
|
||||
@registration_deadline ||= Time.zone.now + 10.days
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue