From 3ef26640b151dbad5fbfff76170d102f34ce90b5 Mon Sep 17 00:00:00 2001 From: olegphenomenon Date: Fri, 21 Oct 2022 09:50:13 +0300 Subject: [PATCH] added phone attr to contact in whois record --- app/models/whois_record.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/whois_record.rb b/app/models/whois_record.rb index 893d26440..d10aa0f73 100644 --- a/app/models/whois_record.rb +++ b/app/models/whois_record.rb @@ -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?,