internetee-registry/app/controllers/registrant/whois_controller.rb
2015-05-14 23:54:32 +03:00

5 lines
119 B
Ruby

class Registrant::WhoisController < RegistrantController
def index
authorize! :view, :registrant_whois
end
end