Blame view
server/publications/index.js
69 Bytes
db5aba845
|
1 2 3 |
Meteor.publish( 'index', function() { return Documents.find(); }); |
db5aba845
|
1 2 3 |
Meteor.publish( 'index', function() { return Documents.find(); }); |