From c4083ed4c349d3a0e778140d8ba5d565a15a68e4 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Thu, 3 Dec 2009 23:12:37 +0100 Subject: revises an example in docs about habtm & fixtures --- activerecord/lib/active_record/fixtures.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/activerecord/lib/active_record/fixtures.rb b/activerecord/lib/active_record/fixtures.rb index 99b812b5fc..c94b31a856 100644 --- a/activerecord/lib/active_record/fixtures.rb +++ b/activerecord/lib/active_record/fixtures.rb @@ -336,7 +336,6 @@ end # george: # id: 1 # name: George the Monkey -# pirate_id: 1 # # ### in fruits.yml # @@ -371,8 +370,8 @@ end # ### in monkeys.yml # # george: +# id: 1 # name: George the Monkey -# pirate: reginald # fruits: apple, orange, grape # # ### in fruits.yml -- cgit v1.2.3