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