Flowdock
method

defer_subscription_confirmation?

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: Base
defer_subscription_confirmation?() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actioncable/lib/action_cable/channel/base.rb, line 232
        def defer_subscription_confirmation? # :doc:
          @defer_subscription_confirmation_counter.value > 0
        end
Register or log in to add new notes.