From 749ced1767b3ba932de0163491fe34fe61008921 Mon Sep 17 00:00:00 2001 From: luke Date: Sun, 15 Apr 2012 20:54:04 +0200 Subject: [PATCH] Fixed a typo in migrations --- guides/source/migrations.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/migrations.textile b/guides/source/migrations.textile index f663496854ce3..52c321c010cc2 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.