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