UNPKG

wnpc

Version:

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

10 lines (7 loc) 200 B
`import DS from 'ember-data'` ShowSeasonSerializer = DS.ActiveModelSerializer.extend(DS.EmbeddedRecordsMixin, attrs: episodes: embedded: 'always' ) `export default ShowSeasonSerializer`