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