diff options
author | Aslam Najeebdeen <aslamnajeem@gmail.com> | 2011-07-13 13:33:32 +0530 |
---|---|---|
committer | Aslam Najeebdeen <aslamnajeem@gmail.com> | 2011-07-13 13:33:32 +0530 |
commit | 991678c1df4206f108ffd107a0c98420e2fbbbce (patch) | |
tree | 41f2f116f6344d5d526c06a3ca464b0ae1d4c566 /railties/guides/source/migrations.textile | |
parent | 85dd1dd663a8efac97e4d6a5dc33b23f1a75dc52 (diff) | |
download | rails-991678c1df4206f108ffd107a0c98420e2fbbbce.tar.gz rails-991678c1df4206f108ffd107a0c98420e2fbbbce.tar.bz2 rails-991678c1df4206f108ffd107a0c98420e2fbbbce.zip |
Replaced appropriate word.
Diffstat (limited to 'railties/guides/source/migrations.textile')
-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 dbbf8f3b51..7e71a5048d 100644 --- a/railties/guides/source/migrations.textile +++ b/railties/guides/source/migrations.textile @@ -17,7 +17,7 @@ endprologue. h3. Anatomy of a Migration -Before I dive into the details of a migration, here are a few examples of the sorts of things you can do: +Before we dive into the details of a migration, here are a few examples of the sorts of things you can do: <ruby> class CreateProducts < ActiveRecord::Migration |