Created
February 12, 2013 20:45
-
-
Save kyriesent/4773222 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
itemSchema: | |
tagsL: [String] | |
itemSchema.pre 'save', (next) -> | |
#determine which fields will be inc'd/dec'd | |
itemSchema.post 'save', (next) -> | |
#on successful save, inc or dec tags accordingly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment