From 0442f1ea75ab83a6aed3851ef8b3201a925ad8a1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 22 Sep 2007 18:35:41 +0000 Subject: Docfix (closes #7593) [tarmo] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7570 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/lib/active_record/migration.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/activerecord/lib/active_record/migration.rb b/activerecord/lib/active_record/migration.rb index f7f9ad4634..2bec244263 100644 --- a/activerecord/lib/active_record/migration.rb +++ b/activerecord/lib/active_record/migration.rb @@ -92,11 +92,11 @@ module ActiveRecord # n MyNewMigration. # # To run migrations against the currently configured database, use - # rake migrate. This will update the database by running all of the + # rake db:migrate. This will update the database by running all of the # pending migrations, creating the schema_info table if missing. # # To roll the database back to a previous migration version, use - # rake migrate VERSION=X where X is the version to which + # rake db:migrate VERSION=X where X is the version to which # you wish to downgrade. If any of the migrations throw an # IrreversibleMigration exception, that step will fail and you'll # have some manual work to do. -- cgit v1.2.3