Skip to content

Instantly share code, notes, and snippets.

@adrianricardo
Created June 24, 2015 23:58
Show Gist options
  • Select an option

  • Save adrianricardo/9e4e8d06a9a8816d64a0 to your computer and use it in GitHub Desktop.

Select an option

Save adrianricardo/9e4e8d06a9a8816d64a0 to your computer and use it in GitHub Desktop.
{
"_id" : "ZFntLRdps3fcieF3z",
"emails" : [
{
"address" : "[email protected]",
"verified" : false
}
],
"artists" : [
"H5DHAcghzRHHYi8QF",
"om4bEKg6GYa6xNL7S",
"spJRpXETLnwY4T2Sz"
]
}
Template.access.helpers({
users: function () {
var users = Meteor.users.find({artists: 'spJRpXETLnwY4T2Sz'});
return users;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment