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