method
after_subscribe
v7.0.0 -
Show latest stable
- Class:
ActionCable::Channel::Callbacks::ClassMethods
after_subscribe(*methods, &block)public
No documentation available.
# File actioncable/lib/action_cable/channel/callbacks.rb, line 21
def after_subscribe(*methods, &block)
set_callback(:subscribe, :after, *methods, &block)
end