Skip to content

Commit

Permalink
correctly shape has-many
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Mar 8, 2017
1 parent ac35427 commit 12abeb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/-private/system/relationships/state/has-many.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default class ManyRelationship extends Relationship {
this.belongsToType = relationshipMeta.type;
this.canonicalState = [];
this.isPolymorphic = relationshipMeta.options.polymorphic;
this._manyArray = null;
}

getManyArray() {
Expand Down

0 comments on commit 12abeb2

Please sign in to comment.