instance method
after_command
Ruby on Rails 8.1.2
Since v7.1.6Signature
after_command(*methods, &block)
No documentation comment.
Parameters
-
methodsrest -
blockblock
Source
# File actioncable/lib/action_cable/connection/callbacks.rb, line 47
def after_command(*methods, &block)
set_callback(:command, :after, *methods, &block)
end
Defined in actioncable/lib/action_cable/connection/callbacks.rb line 47
· View on GitHub
· Improve this page
· Find usages on GitHub