method
broadcast
v7.2.3 -
Show latest stable
- Class:
ActionCable::SubscriptionAdapter::ChannelPrefix
broadcast(channel, payload)public
No documentation available.
# File actioncable/lib/action_cable/subscription_adapter/channel_prefix.rb, line 8
def broadcast(channel, payload)
channel = channel_with_prefix(channel)
super
end