publication.js 130 Bytes edit raw blame history 1 2 3 Meteor.publish( 'publication', function() { return Collection.find( { 'owner': this.userId }, { fields: { 'owner': 1 } } ); });