From 97877e1a23e10a2d134241a3f7a00a0652e966e0 Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Mon, 16 May 2016 01:38:16 +0530 Subject: Add `ActiveRecord::Migration::CheckPending` to default middlewares for API Apps [ci skip] --- guides/source/api_app.md | 1 + 1 file changed, 1 insertion(+) (limited to 'guides/source/api_app.md') 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` -- cgit v1.2.3