Resource should use only hasOne / hasMany; not hasRelated too
pixelhandler opened this issue · comments
Bill Heaton commented
No need to use hasRelated()
in addition to hasOne()
hasMany()
, just setup the relationships
object during init
.
Lightweight persistence for an Ember CLI app following the JSON API 1.0 spec
pixelhandler opened this issue · comments
No need to use hasRelated()
in addition to hasOne()
hasMany()
, just setup the relationships
object during init
.