cardstack / ember-data-fastboot

Serializes and restores the ember-data store for fastboot
MIT License
52 stars 24 forks source link

second order relationships are not loaded #5

Open davidpett opened 8 years ago

davidpett commented 8 years ago
// models/page.js
pageComponents: hasMany('page-component')

// models/page-component.js
items: hasMany('page-component', { inverse: null })

the items of the initial relationship are not fetched from the api and stored in the shoebox.