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