instance method
after_unsubscribe
Ruby on Rails 7.2.3
Since v5.2.8.1Signature
after_unsubscribe(*methods, &block)
No documentation comment.
Parameters
-
methodsrest -
blockblock
Source
# File actioncable/lib/action_cable/channel/callbacks.rb, line 69
def after_unsubscribe(*methods, &block)
set_callback(:unsubscribe, :after, *methods, &block)
end
Defined in actioncable/lib/action_cable/channel/callbacks.rb line 69
· View on GitHub
· Improve this page
· Find usages on GitHub