mattwerthva

Results 1 comments of mattwerthva

I have the same problem. ``` User.hasMany(Task, { as: 'AssignedTasks', foreignKey: 'assigned**To**UserId' ``` ``` User.hasMany(Task, { as: 'AssignedTasks', foreignKey: 'assigned**By**UserId' ```