mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
812469943c
fixes #10016
19 lines
193 B
YAML
19 lines
193 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
|
|
|
|
bulbul:
|
|
pet_id: 4
|
|
name: bulbul
|
|
owner_id: 1
|