instance method
append_around_action
Ruby on Rails 8.1.2
Since v4.0.13Signature
append_around_action(names, block)
Append a callback around actions. See _insert_callbacks for parameter details. set up before_action, prepend_before_action, skip_before_action, etc. for each of before, after, and around.
Source
# File actionpack/lib/abstract_controller/callbacks.rb, line 225
Defined in actionpack/lib/abstract_controller/callbacks.rb line 225
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Callbacks::ClassMethods