class ActionController::ParamsWrapper::Options

def model

def model
  super || synchronize { super || self.model = _default_wrap_model }
end