UNPKG

wnpc

Version:

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

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