Class inheritance in Ember Data hasMany associations

后端 未结 1 1515
北荒
北荒 2021-02-03 12:08

I\'m trying to get Ember Data working with a hasMany association with class inheritance.

Example in Ember code:

var Person = DS.Model.extend({
  name: DS         


        
1条回答
  •  误落风尘
    2021-02-03 12:33

    Polymorphism isn't officially supported yet, but there is a standing pull request that proposes exactly the feature you are looking for.

    0 讨论(0)
提交回复
热议问题