diff options
author | Jason Noble <perlwizard@gmail.com> | 2011-12-03 19:11:51 -0700 |
---|---|---|
committer | Jason Noble <perlwizard@gmail.com> | 2011-12-03 19:31:43 -0700 |
commit | ec2727281c2b90e0431e6ebb6297c1274fa521e1 (patch) | |
tree | 0d7ee2a03cc4320ad4b0d355b370c7cd8ceecd72 | |
parent | b3f8cbd9a8d95cfcaf5ac632e83041cad9154dde (diff) | |
download | rails-ec2727281c2b90e0431e6ebb6297c1274fa521e1.tar.gz rails-ec2727281c2b90e0431e6ebb6297c1274fa521e1.tar.bz2 rails-ec2727281c2b90e0431e6ebb6297c1274fa521e1.zip |
Added "also" to read better
-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 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 |