method
after_command
v7.2.3 -
Show latest stable
- Class:
ActionCable::Connection::Callbacks::ClassMethods
after_command(*methods, &block)public
No documentation available.
# File actioncable/lib/action_cable/connection/callbacks.rb, line 47
def after_command(*methods, &block)
set_callback(:command, :after, *methods, &block)
end