lancetw/react-isomorphic-bundle

View on GitHub
.sequelizerc

Summary

Maintainability
Test Coverage
var path = require('path')

module.exports = {
  'config': path.resolve('config/sequelize/config.json'),
  'models-path': path.resolve('db/models'),
  'migrations-path': path.resolve('db/migrations')
}