diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-08-01 04:38:37 -0700 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-08-01 04:38:37 -0700 |
commit | 4e00ac3ca46ae78af3d5385bb2fec4ff480d3e29 (patch) | |
tree | b191ddd10903ab671b066d986754627d11cce1f6 /guides/source | |
parent | 872723f24e41c10e10d953caa03f1b5e4fc4032b (diff) | |
parent | c883fedc472f64b45b69f18d3b6c4693e1430df7 (diff) | |
download | rails-4e00ac3ca46ae78af3d5385bb2fec4ff480d3e29.tar.gz rails-4e00ac3ca46ae78af3d5385bb2fec4ff480d3e29.tar.bz2 rails-4e00ac3ca46ae78af3d5385bb2fec4ff480d3e29.zip |
Merge pull request #11699 from satococoa/fix-render-status-symbols-document
Fix status codes in document
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/layouts_and_rendering.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/guides/source/layouts_and_rendering.md b/guides/source/layouts_and_rendering.md index 5b6e5387ff..b5d66d08ba 100644 --- a/guides/source/layouts_and_rendering.md +++ b/guides/source/layouts_and_rendering.md @@ -375,9 +375,9 @@ Rails understands both numeric status codes and the corresponding symbols shown | | 423 | :locked | | | 424 | :failed_dependency | | | 426 | :upgrade_required | -| | 423 | :precondition_required | -| | 424 | :too_many_requests | -| | 426 | :request_header_fields_too_large | +| | 428 | :precondition_required | +| | 429 | :too_many_requests | +| | 431 | :request_header_fields_too_large | | **Server Error** | 500 | :internal_server_error | | | 501 | :not_implemented | | | 502 | :bad_gateway | |