instance method
append_around_action
Ruby on Rails 8.0.4
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 223
Defined in actionpack/lib/abstract_controller/callbacks.rb line 223
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Callbacks::ClassMethods