rayokota / generator-angular-express-sequelize

Yeoman generator for AngularJS + Express + Sequelize
MIT License
81 stars 21 forks source link

removed incorrect .options from calling of associations #7

Closed MagicIndustries closed 9 years ago

MagicIndustries commented 9 years ago

When the models are loading in the generated models/index.js it was trying to call model.options.associate() as the classMethod containing association directives. Corrected it to model.associate();