summaryrefslogtreecommitdiffstats
path: root/server/publications/people.js
blob: 3beeec6ac5fb3d26d828b684feee533d68c96443 (plain)
1
2
3
Meteor.publish('people', function () {
  return Meteor.users.find({}, {fields:{}});
});