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