aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-01-09 04:43:27 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-01-09 04:43:27 +0000
commit7dd2d38b9aeccc5b9dab3044915b80ae32a2c075 (patch)
treed1f380f08ee1c7831ed8478d201ce9216a155ebc /activerecord/lib/active_record
parent36fc181a575d2c300742a41abd45d7b1a7207288 (diff)
downloadrails-7dd2d38b9aeccc5b9dab3044915b80ae32a2c075.tar.gz
rails-7dd2d38b9aeccc5b9dab3044915b80ae32a2c075.tar.bz2
rails-7dd2d38b9aeccc5b9dab3044915b80ae32a2c075.zip
Fix doc bug
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3389 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/lib/active_record')
-rw-r--r--activerecord/lib/active_record/migration.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/migration.rb b/activerecord/lib/active_record/migration.rb
index 71994dc6ff..2192d588ad 100644
--- a/activerecord/lib/active_record/migration.rb
+++ b/activerecord/lib/active_record/migration.rb
@@ -93,7 +93,7 @@ module ActiveRecord
# pending migrations, creating the <tt>schema_info</tt> table if missing.
#
# To roll the database back to a previous migration version, use
- # <tt>rake migrate version=X</tt> where <tt>X</tt> is the version to which
+ # <tt>rake migrate VERSION=X</tt> where <tt>X</tt> is the version to which
# you wish to downgrade. If any of the migrations throw an
# <tt>IrreversibleMigration</tt> exception, that step will fail and you'll
# have some manual work to do.