105842700-portal

This commit is contained in:
Stas 2015-12-01 15:21:40 +02:00
parent 360fb57a68
commit 6077f6c36d
16 changed files with 378 additions and 16 deletions

View file

@ -1,5 +1,9 @@
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