aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/people.yml
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-12-26 21:56:21 +0000
committerPratik Naik <pratiknaik@gmail.com>2008-12-26 21:56:21 +0000
commitf4f8923cf0ef5bd31f9e98cecf4603d0c4bde296 (patch)
tree2c5d9b59cefa59476ef48ea85aa0c2f00e1e33c1 /activerecord/test/fixtures/people.yml
parent6dc12881110d26bb952bd0f565623144f10a07b6 (diff)
parent5cebe69e74d411c3c9e5f6ab9d4b2b16ee36177c (diff)
downloadrails-f4f8923cf0ef5bd31f9e98cecf4603d0c4bde296.tar.gz
rails-f4f8923cf0ef5bd31f9e98cecf4603d0c4bde296.tar.bz2
rails-f4f8923cf0ef5bd31f9e98cecf4603d0c4bde296.zip
Merge commit 'fred/pullable'
Diffstat (limited to 'activerecord/test/fixtures/people.yml')
-rw-r--r--activerecord/test/fixtures/people.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/activerecord/test/fixtures/people.yml b/activerecord/test/fixtures/people.yml
index d5a69e561d..3babb1fe59 100644
--- a/activerecord/test/fixtures/people.yml
+++ b/activerecord/test/fixtures/people.yml
@@ -1,6 +1,15 @@
michael:
id: 1
first_name: Michael
+ primary_contact_id: 2
+ gender: M
david:
id: 2
- first_name: David \ No newline at end of file
+ first_name: David
+ primary_contact_id: 3
+ gender: M
+susan:
+ id: 3
+ first_name: Susan
+ primary_contact_id: 2
+ gender: F \ No newline at end of file