Skip to content

Instantly share code, notes, and snippets.

@brlafreniere
Created April 3, 2015 05:02
Show Gist options
  • Save brlafreniere/71a053b6dae07ffc049f to your computer and use it in GitHub Desktop.
Save brlafreniere/71a053b6dae07ffc049f to your computer and use it in GitHub Desktop.
Meteor.publish "messageData", () ->
return Messages.find {createdAt: {$gte: moment().subtract(1, 'days')}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment