From 399ea93a232e03f71349e09a85b3c4afc19a5e8f Mon Sep 17 00:00:00 2001 From: Georg Kahest Date: Tue, 5 Jan 2016 14:53:04 +0200 Subject: [PATCH] disclose refix --- app/models/whois_record.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/whois_record.rb b/app/models/whois_record.rb index 528f84816..08d1cdf14 100644 --- a/app/models/whois_record.rb +++ b/app/models/whois_record.rb @@ -52,7 +52,7 @@ class WhoisRecord < ActiveRecord::Base h[:registrant] = domain.registrant.name - h[:registrant_email] = domain.registrant.email + h[:email] = domain.registrant.email @disclosed << [:email, domain.registrant.email] h[:registrant_changed] = domain.registrant.updated_at.try(:to_s, :iso8601)