diff options
-rw-r--r-- | guides/source/api_app.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/api_app.md b/guides/source/api_app.md index 485294dc02..9a0b3016c1 100644 --- a/guides/source/api_app.md +++ b/guides/source/api_app.md @@ -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` |