diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-09-24 13:47:26 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-24 13:47:26 +0900 |
commit | 6aa56460d54518d126663b1ddc6091330b8d16b4 (patch) | |
tree | 9f8da939c33df318d9d318591cf864cfc63a8a34 | |
parent | 6a0eb4955c091161473ee72a18daa9d7c082c46e (diff) | |
parent | 6b12d02e1586332503e93b8422d4d78286041e7e (diff) | |
download | rails-6aa56460d54518d126663b1ddc6091330b8d16b4.tar.gz rails-6aa56460d54518d126663b1ddc6091330b8d16b4.tar.bz2 rails-6aa56460d54518d126663b1ddc6091330b8d16b4.zip |
Merge pull request #30668 from yhirano55/fix_api_guide
Fix rails middleware list in api_app guide [ci skip]
-rw-r--r-- | guides/source/api_app.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guides/source/api_app.md b/guides/source/api_app.md index da1b7b25ef..43a7de88b0 100644 --- a/guides/source/api_app.md +++ b/guides/source/api_app.md @@ -216,7 +216,6 @@ An API application comes with the following middleware by default: - `Rack::Head` - `Rack::ConditionalGet` - `Rack::ETag` -- `MyApi::Application::Routes` See the [internal middleware](rails_on_rack.html#internal-middleware-stack) section of the Rack guide for further information on them. |