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

Commit af7fd1df by Grant Carthew Committed by Sushant

docs: use proper method accessor (#8712)

1 parent ab99e150
Showing with 1 additions and 1 deletions
...@@ -544,7 +544,7 @@ For hasOne/belongsTo it's basically the same: ...@@ -544,7 +544,7 @@ For hasOne/belongsTo it's basically the same:
```js ```js
Task.hasOne(User, {as: "Author"}) Task.hasOne(User, {as: "Author"})
Task#setAuthor(anAuthor) Task.setAuthor(anAuthor)
``` ```
Adding associations to a relation with a custom join table can be done in two ways (continuing with the associations defined in the previous chapter): Adding associations to a relation with a custom join table can be done in two ways (continuing with the associations defined in the previous chapter):
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!