UNPKG

wnpc

Version:

This README outlines the details of collaborating on this Ember application.

8 lines (5 loc) 156 B
`import DS from 'ember-data'` ShowDetailed = DS.Model.extend { seasons: DS.hasMany('show-season', {embedded: 'always'}) } `export default ShowDetailed`