1
0
mirror of https://github.com/fazo96/markcloud.git synced 2025-01-10 11:04:21 +01:00
markcloud/server/server.coffee

4 lines
85 B
CoffeeScript
Raw Normal View History

2014-10-04 08:48:44 +02:00
docs = new Meteor.Collection 'docs'
Meteor.publish 'doc', (id) -> docs.find _id: id