Skip to content

Instantly share code, notes, and snippets.

@lefnire
Created February 28, 2013 19:57
Show Gist options
  • Save lefnire/5059596 to your computer and use it in GitHub Desktop.
Save lefnire/5059596 to your computer and use it in GitHub Desktop.
model.query('users').withId(model.get('_userId')).subscribe( function(err, user){
if (err) throw err;
obj = user.get()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment