internetee-registry/app/controllers/registrant/registrars_controller.rb
Artur Beljajev 67ec7b1256 Reformat
2018-06-18 00:30:48 +03:00

6 lines
No EOL
160 B
Ruby

class Registrant::RegistrarsController < RegistrantController
def show
@registrar = Registrar.find(params[:id])
authorize! :read, @registrar
end
end