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