user979587
user979587

Reputation: 263

Ember.js and Rails model association

Just would like to know how to do a model association when using Ember.js and rails.

Upvotes: 0

Views: 386

Answers (1)

James
James

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

Related Questions