docs = new Meteor.Collection 'docs' Meteor.publish 'doc', (id) -> docs.find _id: id