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, #organization, #params_missing, #scoped_all, #scoped_find_by!
Methods included from Concerns::AuthorizedUser
#authorize, #authorized?, #authorized_user, #current_user, #logged_in?
Instance Method Details
#index ⇒ Object
GET /
6 |
# File 'app/controllers/kadmin/dash_controller.rb', line 6 def index; end |