Class: WhoIsOnlineChannel
- Inherits:
-
ApplicationCable::Channel
- Object
- ApplicationCable::Channel
- WhoIsOnlineChannel
- Defined in:
- lib/generators/who_is_online/channel/templates/who_is_online_channel.rb
Instance Method Summary collapse
Instance Method Details
#subscribed ⇒ Object
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 |
#unsubscribed ⇒ Object
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 |