Class: SolidObserver::CableDashboardController
- Inherits:
-
DashboardController
- Object
- ActionController::Base
- ApplicationController
- DashboardController
- SolidObserver::CableDashboardController
- Defined in:
- app/controllers/solid_observer/cable_dashboard_controller.rb
Overview
:reek:TooManyInstanceVariables
Constant Summary collapse
- CABLE_STORAGE_COMPONENTS =
%w[cable_observer solid_cable].freeze
Instance Method Summary collapse
Methods inherited from DashboardController
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
10 11 12 13 |
# File 'app/controllers/solid_observer/cable_dashboard_controller.rb', line 10 def index @component = "cable" assign_cable_dashboard end |