Created
April 3, 2015 22:26
-
-
Save brlafreniere/50a5eb4b2349e1f94f05 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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