method
broadcast
v5.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 6
def broadcast(channel, payload)
channel = channel_with_prefix(channel)
super
end