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