method
unsubscribe_from_all
rails latest stable - Class:
ActionCable::Connection::Subscriptions
unsubscribe_from_all()public
No documentation available.
# File actioncable/lib/action_cable/connection/subscriptions.rb, line 65
def unsubscribe_from_all
subscriptions.each { |id, channel| remove_subscription(channel) }
end