mirror of
https://github.com/github/rails.git
synced 2026-01-10 15:17:57 -05:00
18 lines
219 B
YAML
18 lines
219 B
YAML
michael_magician:
|
|
id: 1
|
|
person_id: 1
|
|
job_id: 3
|
|
favourite: false
|
|
|
|
michael_unicyclist:
|
|
id: 2
|
|
person_id: 1
|
|
job_id: 1
|
|
favourite: true
|
|
|
|
david_unicyclist:
|
|
id: 3
|
|
person_id: 2
|
|
job_id: 1
|
|
favourite: false
|