Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Fixed deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinsc committed Oct 21, 2015
1 parent 2c93038 commit 0d46bf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/serializers/application.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import DS from 'ember-data';

export default DS.RESTSerializer.extend(DS.EmbeddedRecordsMixin, {
isNewSerializerAPI: true,
attrs: {
charges: { serialize: 'ids' },
details: { serialize: 'ids' },
Expand Down

0 comments on commit 0d46bf0

Please sign in to comment.