method
subscribe
v8.1.1 -
Show latest stable
- Class:
ActionCable::SubscriptionAdapter::ChannelPrefix
subscribe(channel, callback, success_callback = nil)public
No documentation available.
# File actioncable/lib/action_cable/subscription_adapter/channel_prefix.rb, line 13
def subscribe(channel, callback, success_callback = nil)
channel = channel_with_prefix(channel)
super
end