aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/rails_on_rack.md
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2013-06-14 00:58:11 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2013-06-14 00:58:11 +0530
commit7663149f72b5dba15a8e850e4072a016341e541c (patch)
tree000ab41a49232ea9d70934a8ad04ce21e895a176 /guides/source/rails_on_rack.md
parentc78b4310cf2e2264461e639371de171e47cfc9d5 (diff)
downloadrails-7663149f72b5dba15a8e850e4072a016341e541c.tar.gz
rails-7663149f72b5dba15a8e850e4072a016341e541c.tar.bz2
rails-7663149f72b5dba15a8e850e4072a016341e541c.zip
copy edits [ci skip]
Diffstat (limited to 'guides/source/rails_on_rack.md')
-rw-r--r--guides/source/rails_on_rack.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/guides/source/rails_on_rack.md b/guides/source/rails_on_rack.md
index 2f36e4b8ac..d144fba762 100644
--- a/guides/source/rails_on_rack.md
+++ b/guides/source/rails_on_rack.md
@@ -273,10 +273,9 @@ Much of Action Controller's functionality is implemented as Middlewares. The fol
* Runs the prepare callbacks before serving the request.
-
**`ActiveRecord::Migration::CheckPending`**
-* Checks pending migrations and raise an error if migrations are pending.
+* Checks pending migrations and raises `ActiveRecord::PendingMigrationError` if any migrations are pending.
**`ActiveRecord::ConnectionAdapters::ConnectionManagement`**