Blame view
imports/api/documents/server/publications.js
136 Bytes
cac7cbc73
|
1 |
import { Meteor } from 'meteor/meteor'; |
d1f05315d
|
2 |
import { Documents } from '../documents'; |
f0c912bf1
|
3 |
Meteor.publish('documents', () => Documents.find()); |