mirror of
https://github.com/internetee/registry.git
synced 2025-07-19 17:25:57 +02:00
whois fix updated time
This commit is contained in:
parent
f149b5fe0b
commit
9fbeeb70a2
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ class WhoisRecord < ActiveRecord::Base
|
|||
h[:registrant] = domain.registrant.name
|
||||
h[:registrant_email] = domain.registrant.email
|
||||
@disclosed << [:email, domain.registrant.email]
|
||||
h[:changed] = domain.registrant.updated_at.try(:to_s, :iso8601)
|
||||
h[:registrant_changed] = domain.registrant.updated_at.try(:to_s, :iso8601)
|
||||
|
||||
h[:admin_contacts] = []
|
||||
domain.admin_contacts.each do |ac|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue