Blame view
server/publications/publication.js
130 Bytes
c39994410
|
1 |
Meteor.publish( 'publication', function() { |
0ccda7775
|
2 3 |
return Collection.find( { 'owner': this.userId }, { fields: { 'owner': 1 } } ); }); |
c39994410
|
1 |
Meteor.publish( 'publication', function() { |
0ccda7775
|
2 3 |
return Collection.find( { 'owner': this.userId }, { fields: { 'owner': 1 } } ); }); |