module AbstractController::Callbacks
def process_action(method_name)
Override AbstractController::Base's process_action to run the
def process_action(method_name) run_callbacks(:process_action, method_name) do super end end
def process_action(method_name) run_callbacks(:process_action, method_name) do super end end