How can I get the associated record from an Ember model? Or: how to get the record from the Promise Object?
Customer model
Docket.Cu
use another then on the get :)
var project = this.store.find('project', id).then(function(data) { data.get('customer').then(function(c){ console.log(c); } });