From ec2727281c2b90e0431e6ebb6297c1274fa521e1 Mon Sep 17 00:00:00 2001 From: Jason Noble Date: Sat, 3 Dec 2011 19:11:51 -0700 Subject: Added "also" to read better --- railties/guides/source/migrations.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/guides/source/migrations.textile b/railties/guides/source/migrations.textile index f271f3f89c..e83742428e 100644 --- a/railties/guides/source/migrations.textile +++ b/railties/guides/source/migrations.textile @@ -254,7 +254,7 @@ by Active Record). h4. Creating a Standalone Migration If you are creating migrations for other purposes (for example to add a column -to an existing table) then you can use the migration generator: +to an existing table) then you can also use the migration generator: $ rails generate migration AddPartNumberToProducts -- cgit v1.2.3