diff options
author | luke <luke@luke-ThinkPad-T410.(none)> | 2012-04-15 20:54:04 +0200 |
---|---|---|
committer | luke <luke@luke-ThinkPad-T410.(none)> | 2012-04-15 20:54:04 +0200 |
commit | 749ced1767b3ba932de0163491fe34fe61008921 (patch) | |
tree | ab988814650b752759976eab38f7f06751a8c8f7 /guides/source/migrations.textile | |
parent | 6e8a1bd0d3bb602252a9ff6e77dcf9cf64261aaf (diff) | |
download | rails-749ced1767b3ba932de0163491fe34fe61008921.tar.gz rails-749ced1767b3ba932de0163491fe34fe61008921.tar.bz2 rails-749ced1767b3ba932de0163491fe34fe61008921.zip |
Fixed a typo in migrations
Diffstat (limited to 'guides/source/migrations.textile')
-rw-r--r-- | guides/source/migrations.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/migrations.textile b/guides/source/migrations.textile index f663496854..52c321c010 100644 --- a/guides/source/migrations.textile +++ b/guides/source/migrations.textile @@ -770,7 +770,7 @@ Both migrations work for Alice. Bob comes back from vacation and: -# Updates the source - which contains both migrations and the latests version of +# Updates the source - which contains both migrations and the latest version of the Product model. # Runs outstanding migrations with +rake db:migrate+, which includes the one that updates the +Product+ model. |