Class: SolidObserver::CacheDashboardController
- Inherits:
-
DashboardController
- Object
- ActionController::Base
- ApplicationController
- DashboardController
- SolidObserver::CacheDashboardController
- Defined in:
- app/controllers/solid_observer/cache_dashboard_controller.rb
Constant Summary collapse
- CACHE_STORAGE_COMPONENTS =
%w[solid_cache cache_observer].freeze
Instance Method Summary collapse
Methods inherited from DashboardController
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
9 10 11 12 |
# File 'app/controllers/solid_observer/cache_dashboard_controller.rb', line 9 def index @component = "cache" assign_cache_dashboard end |