Class: Archangel::Backend::DashboardsController
- Inherits:
-
Archangel::BackendController
- Object
- ActionController::Base
- ApplicationController
- Archangel::BackendController
- Archangel::Backend::DashboardsController
- Includes:
- SkipAuthorizableConcern
- Defined in:
- app/controllers/archangel/backend/dashboards_controller.rb
Overview
Backend dashboards controller
Instance Method Summary collapse
-
#show ⇒ Object
Backend dashboard.
Methods inherited from ApplicationController
#current_site, #render_401_error, #render_404_error, #render_error
Methods included from PaginatableConcern
Methods included from ActionableConcern
#action, #collection_action?, #edit_action?, #index_action?, #member_action?, #new_action?, #restful_action?, #save_action?, #show_action?
Instance Method Details
#show ⇒ Object
Backend dashboard
Formats
HTML, JSON
Request
GET /backend
GET /backend.json
24 |
# File 'app/controllers/archangel/backend/dashboards_controller.rb', line 24 def show; end |