Class: SolidStackWeb::CableController

Inherits:
ApplicationController show all
Defined in:
app/controllers/solid_stack_web/cable_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



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