sequelize / express-example

A proposal for the usage of Sequelize within an Express.JS application.
MIT License
2.5k stars 770 forks source link

check that file included is actually a file #34

Closed KATT closed 8 years ago

KATT commented 8 years ago

Enables you to have subfolders in your models directory.

I have my model-specific validators in a subfolder for instance.

sushantdhiman commented 8 years ago

I would rather keep this repo simple, if user want to apply subfolders they can add this change themselves. I hope you understand my concern. Thanks for this contribution