mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
Add scaffold for a controller & view
This commit is contained in:
parent
de37732a56
commit
ee2601b8de
8 changed files with 63 additions and 0 deletions
9
app/controllers/registrar/bulk_renew_controller.rb
Normal file
9
app/controllers/registrar/bulk_renew_controller.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
class Registrar
|
||||
class BulkRenewController < DeppController
|
||||
def index; end
|
||||
|
||||
def new
|
||||
authorize! :manage, :repp
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue