disclose refix

This commit is contained in:
Georg Kahest 2016-01-05 14:53:04 +02:00
parent 3c33a44f38
commit 399ea93a23

View file

@ -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)