markusiseli

Results 1 issues of markusiseli

Given two simple related models: user and answer, defined as follows: user.json: ``` ... "relations": { "answers": { "type": "hasMany", "model": "answer", } ... ``` and answer.json: ``` ... "relations":...

bug
needs-priority
help wanted
good first issue