diff --git a/lib/templates/app/server/publish.js b/lib/templates/app/server/publish.js index e69de29..1a97deb 100644 --- a/lib/templates/app/server/publish.js +++ b/lib/templates/app/server/publish.js @@ -0,0 +1,5 @@ +// A place to put your publishes +// Publish the logged in user's posts +// Meteor.publish('posts', function () { +// return Posts.find({ createdBy: this.userId }); +// });