3
votes
1answer
1k views

How to persist hasMany association in a single Ember.js form using Ember Data & Rails?

I'm having trouble determining the correct way to persist a hasMany association with a single form using Ember.js, Ember Data and Rails. A Client hasMany Projects. I have a new project form that has ...