publications.js 136 Bytes edit raw blame history 1 2 3 4 import { Meteor } from 'meteor/meteor'; import { Documents } from '../documents'; Meteor.publish('documents', () => Documents.find());