method

after_subscribe

rails latest stable - Class: ActionCable::Channel::Callbacks

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.1.7) is shown here.

after_subscribe(*methods, &block)
public

No documentation available.

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