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

Commit 2b48c486 by Jan Aagaard Meier

[ci skip] 📝 Fix link to scopes doc

1 parent 17f8de82
Showing with 1 additions and 1 deletions
......@@ -200,7 +200,7 @@ UserProjects = sequelize.define('UserProjects', {
```
## Scopes
This section concerns association scopes. For a definition of assocation scopes vs. scopes on associated models, see [Scopes](docs/scopes).
This section concerns association scopes. For a definition of assocation scopes vs. scopes on associated models, see [Scopes](scopes).
Association scopes allow you to place a scope (a set of default attributes for `get` and `create`) on the association. Scopes can be placed both on the associated model (the target of the association), and on the through table for n:m relations.
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!