aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/fixtures/pets.yml
blob: a1601a53f0b9a188c26b4b8c14ee3e670de7219f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













              
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