Override AbstractController::Base’s process_action to run the process_action callbacks around the normal behavior.
# File lib/abstract_controller/callbacks.rb, line 16 16: def process_action(method_name) 17: run_callbacks(:process_action, method_name) do 18: super 19: end 20: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.