method
after_unsubscribe
v5.1.7 -
Show latest stable
- Class:
ActionCable::Channel::Callbacks
after_unsubscribe(*methods, &block)public
No documentation available.
# File actioncable/lib/action_cable/channel/callbacks.rb, line 28
def after_unsubscribe(*methods, &block)
set_callback(:unsubscribe, :after, *methods, &block)
end