mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 21:25:39 +02:00
6 lines
No EOL
160 B
Ruby
6 lines
No EOL
160 B
Ruby
class Registrant::RegistrarsController < RegistrantController
|
|
def show
|
|
@registrar = Registrar.find(params[:id])
|
|
authorize! :read, @registrar
|
|
end
|
|
end |