method

before_unsubscribe

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.

before_unsubscribe(*methods, &block)
public

No documentation available.

# File actioncable/lib/action_cable/channel/callbacks.rb, line 24
        def before_unsubscribe(*methods, &block)
          set_callback(:unsubscribe, :before, *methods, &block)
        end