mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Add new links to registrant page layout
This commit is contained in:
parent
5a0d191b7e
commit
843dc8edcb
3 changed files with 12 additions and 20 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue