Update Rails on Rack guide [ci skip]

This commit is contained in:
Yoshiyuki Hirano 2017-08-21 14:15:21 +09:00
parent b2ad4e1e2c
commit aa5e551eb8
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ use ActionDispatch::Flash
use Rack::Head
use Rack::ConditionalGet
use Rack::ETag
run MyApp.application.routes
run MyApp::Application.routes
```
The default middlewares shown here (and some others) are each summarized in the [Internal Middlewares](#internal-middleware-stack) section, below.