instance method
append_around_action
Ruby on Rails 7.1.6
Since v4.0.13Signature
append_around_action(names, block)
Append a callback around actions. See _insert_callbacks for parameter details.
Source
# File actionpack/lib/abstract_controller/callbacks.rb, line 220
Defined in actionpack/lib/abstract_controller/callbacks.rb line 220
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Callbacks::ClassMethods