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