aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/migrations.textile
diff options
context:
space:
mode:
authorJason Noble <perlwizard@gmail.com>2011-12-03 19:11:51 -0700
committerJason Noble <perlwizard@gmail.com>2011-12-03 19:31:43 -0700
commitec2727281c2b90e0431e6ebb6297c1274fa521e1 (patch)
tree0d7ee2a03cc4320ad4b0d355b370c7cd8ceecd72 /railties/guides/source/migrations.textile
parentb3f8cbd9a8d95cfcaf5ac632e83041cad9154dde (diff)
downloadrails-ec2727281c2b90e0431e6ebb6297c1274fa521e1.tar.gz
rails-ec2727281c2b90e0431e6ebb6297c1274fa521e1.tar.bz2
rails-ec2727281c2b90e0431e6ebb6297c1274fa521e1.zip
Added "also" to read better
Diffstat (limited to 'railties/guides/source/migrations.textile')
-rw-r--r--railties/guides/source/migrations.textile2
1 files changed, 1 insertions, 1 deletions
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:
<shell>
$ rails generate migration AddPartNumberToProducts