mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
be827f9348
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8762 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
14 lines
143 B
YAML
14 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
|