Skip to content

Instantly share code, notes, and snippets.

@switz
Created April 29, 2012 06:35
Show Gist options
  • Save switz/2535777 to your computer and use it in GitHub Desktop.
Save switz/2535777 to your computer and use it in GitHub Desktop.
query = model.query('videos').where('songname').equals('Reba')
model.subscribe query, (err, video) ->
console.log video
if err
console.log err
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment