mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
15 lines
143 B
YAML
15 lines
143 B
YAML
|
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
|