Skip to content

Instantly share code, notes, and snippets.

@kuon
Created January 27, 2011 22:53
Show Gist options
  • Save kuon/799474 to your computer and use it in GitHub Desktop.
Save kuon/799474 to your computer and use it in GitHub Desktop.
contact: function() {
var query = SC.Query.local(AccountingModel.Contact, 'id=%@'.fmt(this.get('contact_id')));
return this.get('store').find(query).firstObject();
}.property().cacheable(),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment