mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 23:24:48 +02:00
parent
8188def3a1
commit
a735d62640
2 changed files with 0 additions and 2 deletions
|
@ -70,7 +70,6 @@ class WhoisRecord < ActiveRecord::Base
|
|||
h[:registrar] = domain.registrar.name
|
||||
h[:registrar_website] = domain.registrar.website
|
||||
h[:registrar_phone] = domain.registrar.phone
|
||||
h[:registrar_address] = domain.registrar.address
|
||||
h[:registrar_changed] = domain.registrar.updated_at.try(:to_s, :iso8601)
|
||||
|
||||
h[:nameservers] = domain.nameservers.hostnames.uniq.select(&:present?)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue