Class: SolidStackWeb::CableController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- SolidStackWeb::CableController
- Defined in:
- app/controllers/solid_stack_web/cable_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
3 4 5 6 |
# File 'app/controllers/solid_stack_web/cable_controller.rb', line 3 def index @total_messages = ::SolidCable::Message.count @channels = ::SolidCable::Message.distinct.pluck(:channel).sort end |