1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/fixtures/pets.yml

20 lines
193 B
YAML
Raw Normal View History

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