mirror of
https://github.com/fazo96/markcloud.git
synced 2025-01-10 11:04:21 +01:00
4 lines
85 B
CoffeeScript
4 lines
85 B
CoffeeScript
|
docs = new Meteor.Collection 'docs'
|
||
|
|
||
|
Meteor.publish 'doc', (id) -> docs.find _id: id
|