Class: Admin::DashboardController
- Inherits:
-
BaseController
- Object
- ActionController::Base
- BaseController
- Admin::DashboardController
- Defined in:
- app/controllers/admin/dashboard_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
3 |
# File 'app/controllers/admin/dashboard_controller.rb', line 3 def index; end |
#show ⇒ Object
5 6 7 8 9 |
# File 'app/controllers/admin/dashboard_controller.rb', line 5 def show render params[:application].parameterize rescue ActionView::MissingTemplate render "index" end |