method
unsubscribe_from_all
v7.1.3.4 -
Show 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