mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -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
|