NodeJS/MongoDB: How can I access a field in my model from my controller?
I would like to directly access the character enum array that exists in my model, from my controller, so that I don't have to hard code the array in my controller. Is there an easy way to do this, or…