method

unsubscribe_from_all

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