avatars.js 94 B

123
  1. Meteor.publish('my-avatars', function() {
  2. return Avatars.find({ userId: this.userId });
  3. });