Skip to content

Instantly share code, notes, and snippets.

View cdbkr's full-sized avatar

Francesco Paolo Vitullo cdbkr

View GitHub Profile
// Bootstrap models
fs.readdirSync(__dirname + '/app/models').forEach(function (file) {
require(__dirname + '/app/models/' + file)
})