不要怂,就是干,撸起袖子干!

Commit 76f5a388 by gtelljohann Committed by Mick Hansen

Fixing associations doc (#5834)

* Fixing associations doc

* Updating to nest where and attributes back under include
1 parent fb4d5a95
Showing with 1 additions and 1 deletions
......@@ -265,7 +265,7 @@ User.findAll({
include: [{
model: Project,
through: {
attributes: ['createdAt', 'startedAt', 'finishedAt']
attributes: ['createdAt', 'startedAt', 'finishedAt'],
where: {completed: true}
}
}]
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!