Meteor-Community-Packages / meteor-collection-hooks

Meteor Collection Hooks
https://atmospherejs.com/matb33/collection-hooks
MIT License
657 stars 92 forks source link

How do we prevent the following insert from the before.insert hook? #136

Closed trusktr closed 9 years ago

trusktr commented 9 years ago

Is it possible in the before.insert hook to prevent the soon-to-follow insert from happening (f.e., for validation).

trusktr commented 9 years ago

Aah, nevermind, I see you just return false.