Merge branch 'master' into improve-registrant-area

This commit is contained in:
Artur Beljajev 2018-06-18 14:58:15 +03:00
commit 7ee0f18a46
4 changed files with 92 additions and 96 deletions

View file

@ -1,11 +0,0 @@
# As non-GDPR compliant, this controller is deprecated. Needs to be replaced with one that relies
# on the REST WHOIS API.
class Registrant::WhoisController < RegistrantController
def index
authorize! :view, :registrant_whois
if params[:domain_name].present?
@domain = WhoisRecord.find_by(name: params[:domain_name]);
end
end
end