internetee-registry/app/controllers/registrant/whois_controller.rb
2015-05-14 16:29:51 +03:00

5 lines
119 B
Ruby

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