We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46f5116 + 73f3326 commit 92e20f3Copy full SHA for 92e20f3
guides/source/configuring.md
@@ -455,6 +455,8 @@ encrypted cookies salt value. Defaults to `'signed encrypted cookie'`.
455
'ActionDispatch::ParamsParser::ParseError' => :bad_request,
456
'ActionController::BadRequest' => :bad_request,
457
'ActionController::ParameterMissing' => :bad_request,
458
+ 'Rack::QueryParser::ParameterTypeError' => :bad_request,
459
+ 'Rack::QueryParser::InvalidParameterError' => :bad_request,
460
'ActiveRecord::RecordNotFound' => :not_found,
461
'ActiveRecord::StaleObjectError' => :conflict,
462
'ActiveRecord::RecordInvalid' => :unprocessable_entity,
0 commit comments