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
Polymorphism isn't officially supported yet, but there is a standing pull request that proposes exactly the feature you are looking for.