Blame view
imports/api/documents/server/publications.js
116 Bytes
d1f05315d
|
1 2 3 4 5 |
import { Documents } from '../documents'; Meteor.publish( 'documents', function() { return Documents.find(); }); |
d1f05315d
|
1 2 3 4 5 |
import { Documents } from '../documents'; Meteor.publish( 'documents', function() { return Documents.find(); }); |