Class: WhoIsOnlineChannel

Inherits:
ApplicationCable::Channel
  • Object
show all
Defined in:
lib/generators/who_is_online/channel/templates/who_is_online_channel.rb

Instance Method Summary collapse

Instance Method Details

#subscribedObject



2
3
4
# File 'lib/generators/who_is_online/channel/templates/who_is_online_channel.rb', line 2

def subscribed
  stream_from "who_is_online_channel"
end

#unsubscribedObject



6
7
8
# File 'lib/generators/who_is_online/channel/templates/who_is_online_channel.rb', line 6

def unsubscribed
  # Any cleanup needed when channel is unsubscribed
end