method

after_subscribe

after_subscribe(*methods, &block)
public

No documentation available.

# File actioncable/lib/action_cable/channel/callbacks.rb, line 21
        def after_subscribe(*methods, &block)
          set_callback(:subscribe, :after, *methods, &block)
        end