customFields.js 78 B

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