mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 17:53:35 +02:00
Stroy#107699154 disclosed should have array
This commit is contained in:
parent
93b9049ded
commit
b8f1dbbf54
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class WhoisRecord < ActiveRecord::Base
|
||||||
|
|
||||||
h[:registrant] = domain.registrant.name
|
h[:registrant] = domain.registrant.name
|
||||||
h[:registrant_email] = domain.registrant.email
|
h[:registrant_email] = domain.registrant.email
|
||||||
@disclosed << domain.registrant.email
|
@disclosed << [:email, domain.registrant.email]
|
||||||
h[:changed] = domain.registrant.updated_at.try(:to_s, :iso8601)
|
h[:changed] = domain.registrant.updated_at.try(:to_s, :iso8601)
|
||||||
|
|
||||||
h[:admin_contacts] = []
|
h[:admin_contacts] = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue