Skip to content

Instantly share code, notes, and snippets.

@ciwolsey
Created December 3, 2014 14:36
Show Gist options
  • Select an option

  • Save ciwolsey/c0c7ecdbceee8b36bb70 to your computer and use it in GitHub Desktop.

Select an option

Save ciwolsey/c0c7ecdbceee8b36bb70 to your computer and use it in GitHub Desktop.
Meteor.publish("quotas", function() {
return Meteor.users.find({ user_id: this.userId }, {fields: { quota: 1, used: 1 }});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment