mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 21:46:24 +02:00
added phone attr to contact in whois record
This commit is contained in:
parent
39e066f15f
commit
3ef26640b1
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ class WhoisRecord < ApplicationRecord
|
|||
{
|
||||
name: contact.name,
|
||||
email: contact.email,
|
||||
phone: contact.phone,
|
||||
changed: contact.updated_at.try(:to_s, :iso8601),
|
||||
disclosed_attributes: contact.disclosed_attributes,
|
||||
contact_publishable: contact.registrant_publishable?,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue