update list of rescue_responses default [ci skip]

Follow up to fe859a54219740fa8b4e09a592820d2ee12ba222
This commit is contained in:
yuuji.yaginuma 2016-08-09 08:15:18 +09:00
parent 46f511685c
commit 73f33266d8

@ -455,6 +455,8 @@ encrypted cookies salt value. Defaults to `'signed encrypted cookie'`.
'ActionDispatch::ParamsParser::ParseError' => :bad_request,
'ActionController::BadRequest' => :bad_request,
'ActionController::ParameterMissing' => :bad_request,
'Rack::QueryParser::ParameterTypeError' => :bad_request,
'Rack::QueryParser::InvalidParameterError' => :bad_request,
'ActiveRecord::RecordNotFound' => :not_found,
'ActiveRecord::StaleObjectError' => :conflict,
'ActiveRecord::RecordInvalid' => :unprocessable_entity,