1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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
```