index.js 69 Bytes edit raw blame history 1 2 3 Meteor.publish( 'index', function() { return Documents.find(); });