aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/pets.yml
blob: 2ec4f53e6db8cfe118aa11b1f45af53f6d14ba5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
parrot:
  pet_id: 1
  name: parrot
  owner_id: 1

chew:
  pet_id: 2
  name: chew
  owner_id: 2

mochi:
  pet_id: 3
  name: mochi
  owner_id: 2

bulbul:
  pet_id: 4
  name: bulbul
  owner_id: 1