Merge remote-tracking branch 'origin/whois-contact-update' into staging

# Conflicts:
#	app/models/contact.rb
This commit is contained in:
Vladimir Krylov 2016-01-18 13:19:56 +02:00
commit 21eaf2c913

View file

@ -504,6 +504,6 @@ class Contact < ActiveRecord::Base
def update_related_whois_records
RegenerateWhoisRecordJob.enqueue related_domain_descriptions.keys, :name
end
end
end