mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
9 lines
143 B
Ruby
9 lines
143 B
Ruby
class Registrar
|
|
class BulkRenewController < DeppController
|
|
def index; end
|
|
|
|
def new
|
|
authorize! :manage, :repp
|
|
end
|
|
end
|
|
end
|