Dashboard for management
This commit is contained in:
6
app/controllers/management/dashboard_controller.rb
Normal file
6
app/controllers/management/dashboard_controller.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class Management::DashboardController < Management::BaseController
|
||||
|
||||
def index
|
||||
end
|
||||
|
||||
end
|
||||
@@ -164,6 +164,7 @@ Rails.application.routes.draw do
|
||||
end
|
||||
|
||||
namespace :management do
|
||||
root to: "dashboard#index"
|
||||
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user