Class: Crud::DashboardController
- Inherits:
-
CrudBaseController
- Object
- CrudBaseController
- Crud::DashboardController
- Defined in:
- app/controllers/crud/dashboard_controller.rb
Instance Method Summary collapse
Methods inherited from CrudBaseController
#is_allowed_to_update?, #is_allowed_to_view?
Instance Method Details
#index ⇒ Object
13 14 |
# File 'app/controllers/crud/dashboard_controller.rb', line 13 def index end |