mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 13:15:40 +02:00
Use singular controller
This commit is contained in:
parent
756836001c
commit
28416a3375
4 changed files with 10 additions and 11 deletions
8
app/controllers/admin/dashboard_controller.rb
Normal file
8
app/controllers/admin/dashboard_controller.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
module Admin
|
||||
class DashboardController < BaseController
|
||||
authorize_resource class: false
|
||||
|
||||
def show
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue