Remove `Rack::Runtime from console log [ci skip]

This commit is contained in:
Shia 2016-10-31 17:53:52 +09:00 committed by GitHub
parent 7305ac20b4
commit e7bb3cd4ae
1 changed files with 0 additions and 1 deletions

View File

@ -181,7 +181,6 @@ $ bin/rails middleware
(in /Users/lifo/Rails/blog)
use ActionDispatch::Static
use #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x00000001c304c8>
use Rack::Runtime
...
run Rails.application.routes
```