Class: Onlylogs::ApplicationCable::Channel

Inherits:
ActionCable::Channel::Base
  • Object
show all
Defined in:
app/channels/onlylogs/application_cable/channel.rb

Instance Method Summary collapse

Instance Method Details

#subscribedObject



6
7
8
# File 'app/channels/onlylogs/application_cable/channel.rb', line 6

def subscribed
  stream_from "onlylogs:stream"
end