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