Fix explanation for ActionDispatch::Callbacks.

ActionDispatch::Callbacks dose not run the prepare callbacks,
so change with comment on ActionDispatch::Callbacks.
This commit is contained in:
yui-knk 2014-11-23 11:04:17 +09:00
parent 6cd9e2bd29
commit 13b0ac7b69

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