module AbstractController::Callbacks
Public Instance Methods
# File actionpack/lib/abstract_controller/callbacks.rb, line 18 def process_action(*args) run_callbacks(:process_action) do super end end
Override AbstractController::Base's #process_action to run the #process_action callbacks around the normal behavior.
Calls superclass method
© 2004–2018 David Heinemeier Hansson
Licensed under the MIT License.