Class: UserCopyPropagateChannel
- Inherits:
-
ApplicationCable::Channel
- Object
- ActionCable::Channel::Base
- ApplicationCable::Channel
- UserCopyPropagateChannel
- Defined in:
- app/channels/user_copy_propagate_channel.rb
Overview
typed: true
Instance Method Summary collapse
Instance Method Details
#subscribed ⇒ Object
3 4 5 |
# File 'app/channels/user_copy_propagate_channel.rb', line 3 def subscribed stream_from "all" end |
#unsubscribed ⇒ Object
7 8 9 |
# File 'app/channels/user_copy_propagate_channel.rb', line 7 def unsubscribed # Any cleanup needed when channel is unsubscribed end |