admin dashboard
This commit is contained in:
9
app/controllers/admin/dashboards_controller.rb
Normal file
9
app/controllers/admin/dashboards_controller.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
module Admin
|
||||
class DashboardsController < ApplicationController
|
||||
before_filter :admin_only
|
||||
|
||||
def show
|
||||
@dashboard = AdminDashboard.new
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user