module ActionController::ParamsWrapper

def process_action(*)

by the metal call stack.
Performs parameters wrapping upon the request. Called automatically
def process_action(*)
  _perform_parameter_wrapping if _wrapper_enabled?
  super
end