sahat / megaboilerplate

Handcrafted starter projects, optimized for simplicity and ease of use.
MIT License
3.83k stars 257 forks source link

Capitalize the require of the User model #114

Closed g3offrey closed 8 years ago

g3offrey commented 8 years ago

Hi folks,

Starting a new project (freshly generated) I encountered an error. Error: Cannot find module '../models/user'

I guess that's related to this commit https://github.com/sahat/megaboilerplate/commit/ef24ae2813a58a48850d51c6e6ed4f051911cd96

I changed the require of the model (into the user controller) as it should fix the issue :smile:

sahat commented 8 years ago

Good catch! Thanks.