mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
105842700-portal
This commit is contained in:
parent
360fb57a68
commit
6077f6c36d
16 changed files with 378 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue