Skip to content

Instantly share code, notes, and snippets.

@kuon
Created January 28, 2011 00:19
Show Gist options
  • Save kuon/799586 to your computer and use it in GitHub Desktop.
Save kuon/799586 to your computer and use it in GitHub Desktop.
contact: function() {
var S = this.get('store');
return S.materializeRecord(S.storeKeyFor(AccountingModel.Contact, this.get('contact_id')));
}.property('contact_id'),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment