Fix rails middleware list in api_app guide [ci skip]

* `MyApi::Application::Routes` is not middleware.
This commit is contained in:
Yoshiyuki Hirano 2017-09-21 07:18:11 +09:00
parent aa0c8778dc
commit 6b12d02e15

@ -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.