mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add ActiveRecord::Migration::CheckPending
to default middlewares for API Apps
[ci skip]
This commit is contained in:
parent
83ecf3fe56
commit
97877e1a23
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ An API application comes with the following middleware by default:
|
|||
- `ActionDispatch::RemoteIp`
|
||||
- `ActionDispatch::Reloader`
|
||||
- `ActionDispatch::Callbacks`
|
||||
- `ActiveRecord::Migration::CheckPending`
|
||||
- `Rack::Head`
|
||||
- `Rack::ConditionalGet`
|
||||
- `Rack::ETag`
|
||||
|
|
Loading…
Reference in a new issue