diff options
-rw-r--r-- | railties/guides/source/migrations.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/migrations.textile b/railties/guides/source/migrations.textile index 4cb95d9c4d..feb02892cb 100644 --- a/railties/guides/source/migrations.textile +++ b/railties/guides/source/migrations.textile @@ -669,7 +669,7 @@ generates the following output == CreateProducts: migrated (10.0054s) ======================================= </shell> -If you just want Active Record to shut up, then running +rake db:migrate +If you want Active Record to not output anything, then running +rake db:migrate VERBOSE=false+ will suppress all output. h3. Using Models in Your Migrations |