Closed MagicIndustries closed 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();
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();