Flowdock
method

before_subscribe

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: ClassMethods
before_subscribe(*methods, &block) public

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/callbacks.rb, line 17
        def before_subscribe(*methods, &block)
          set_callback(:subscribe, :before, *methods, &block)
        end
Register or log in to add new notes.