diff options
author | Xavier Noria <fxn@hashref.com> | 2009-12-03 23:12:37 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2009-12-03 23:13:06 +0100 |
commit | c4083ed4c349d3a0e778140d8ba5d565a15a68e4 (patch) | |
tree | 2ea747209135ebde44205dc15f78797c7757f408 | |
parent | 02ae6d392786669d2d54946ad96e28903d5ef501 (diff) | |
download | rails-c4083ed4c349d3a0e778140d8ba5d565a15a68e4.tar.gz rails-c4083ed4c349d3a0e778140d8ba5d565a15a68e4.tar.bz2 rails-c4083ed4c349d3a0e778140d8ba5d565a15a68e4.zip |
revises an example in docs about habtm & fixtures
-rw-r--r-- | activerecord/lib/active_record/fixtures.rb | 3 |
1 files changed, 1 insertions, 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 |