Reputation: 263
Just would like to know how to do a model association when using Ember.js and rails.
Upvotes: 0
Views: 386
Reputation: 2293
You can build your models manually with your own defined emberjs objects or you can look into the Ember Data persistance library. https://github.com/emberjs/data
Upvotes: 1