Skip to content

Instantly share code, notes, and snippets.

@bitomule
Created July 30, 2014 12:25
Show Gist options
  • Save bitomule/13b828e7314a94ae8c52 to your computer and use it in GitHub Desktop.
Save bitomule/13b828e7314a94ae8c52 to your computer and use it in GitHub Desktop.
Errors.deny({
insert: function(userId,doc){
if(Errors.find().count() > 0)
{
return true;
}
else
{
return false;
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment