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

Commit 38e8bd12 by Alexsey Committed by Felix Becker

docs(associations): fix link (#7850)

1 parent bc972882
Showing with 1 additions and 1 deletions
...@@ -287,7 +287,7 @@ User.findAll({ ...@@ -287,7 +287,7 @@ User.findAll({
``` ```
## Scopes ## Scopes
This section concerns association scopes. For a definition of association scopes vs. scopes on associated models, see [Scopes](/scopes.html). This section concerns association scopes. For a definition of association scopes vs. scopes on associated models, see [Scopes](/manual/tutorial/scopes.html).
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. 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!