Class: Kadmin::DashController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Kadmin::DashController
- Defined in:
- app/controllers/kadmin/dash_controller.rb
Endpoints collapse
-
#index ⇒ Object
GET /.
Methods inherited from ApplicationController
#handle_error, #handle_unexpected_error, #not_found, #params_missing
Methods included from Concerns::AuthorizedUser
#authorize, #authorized?, #authorized_user, #current_user, #logged_in?
Instance Method Details
#index ⇒ Object
GET /
6 7 |
# File 'app/controllers/kadmin/dash_controller.rb', line 6 def index end |