Class: MrCommon::DashboardController
- Inherits:
-
BaseController
- Object
- BaseController
- MrCommon::DashboardController
- Defined in:
- app/controllers/mr_common/dashboard_controller.rb
Instance Method Summary collapse
-
#index ⇒ Object
The root of the admin dashboard.
Instance Method Details
#index ⇒ Object
The root of the admin dashboard
6 7 |
# File 'app/controllers/mr_common/dashboard_controller.rb', line 6 def index end |