alexf4 / PrepIt

0 stars 0 forks source link

Use statics for mongoose methods where needed #44

Open alexf4 opened 8 years ago

alexf4 commented 8 years ago

We should be able to use static methods to search through all documents of a schema.

alexf4 commented 8 years ago

http://stackoverflow.com/questions/29664499/mongoose-static-methods-vs-instance-methods

http://stackoverflow.com/questions/23425303/what-is-the-difference-between-methods-and-statics-in-mongoose

http://stackoverflow.com/questions/19720043/node-js-mongoose-static-method-example