From 13b0ac7b69773813ffc3da91e2fa4040763c87d6 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Sun, 23 Nov 2014 11:04:17 +0900 Subject: Fix explanation for ActionDispatch::Callbacks. ActionDispatch::Callbacks dose not run the prepare callbacks, so change with comment on ActionDispatch::Callbacks. --- guides/source/rails_on_rack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/rails_on_rack.md') diff --git a/guides/source/rails_on_rack.md b/guides/source/rails_on_rack.md index 8bc2678d8f..968906cb5f 100644 --- a/guides/source/rails_on_rack.md +++ b/guides/source/rails_on_rack.md @@ -277,7 +277,7 @@ Much of Action Controller's functionality is implemented as Middlewares. The fol **`ActionDispatch::Callbacks`** -* Runs the prepare callbacks before serving the request. +* Provide callbacks to be executed before and after the request dispatch. **`ActiveRecord::Migration::CheckPending`** -- cgit v1.2.3