aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/people.yml
blob: 0ec05e8d56e283dfc79579bba492b45db844de14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
michael:
  id: 1
  first_name: Michael
  primary_contact_id: 2
  number1_fan_id: 3
  gender: M
  followers_count: 1
  friends_too_count: 1
david:
  id: 2
  first_name: David
  primary_contact_id: 3
  number1_fan_id: 1
  gender: M
  followers_count: 1
  friends_too_count: 1
susan:
  id: 3
  first_name: Susan
  primary_contact_id: 2
  number1_fan_id: 1
  gender: F
  followers_count: 1
  friends_too_count: 1