Skip to content

Instantly share code, notes, and snippets.

@brlafreniere
Created April 3, 2015 22:26
Show Gist options
  • Save brlafreniere/50a5eb4b2349e1f94f05 to your computer and use it in GitHub Desktop.
Save brlafreniere/50a5eb4b2349e1f94f05 to your computer and use it in GitHub Desktop.
Meteor.publish "messageData", () ->
date = moment().subtract(5, 'hours').toDate()
return Messages.find {createdAt: {$gte: date}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment