4
votes

Does Ember Data have an analogue to Rails' has_many ..., :through => functionality?

1

1 Answers

2
votes

It does not. There is an open issue for this to be added in the 1.0 Beta milestone: Many to Many Associations

See Andre's answer Ember-data polymorphic associations for a look at how we are working around this for now.