accountSettings.js 84 B

123
  1. Meteor.publish('accountSettings', function() {
  2. return AccountSettings.find();
  3. });