Fix broken code fencings in the docs
This commit is contained in:
parent
bffa4b6ab6
commit
93c9f63b0d
|
@ -86,6 +86,7 @@ RelationMixin.hasMany = function hasMany(modelTo, params) {
|
|||
* Get the User object for the post author synchronously:
|
||||
* ```
|
||||
* post.author();
|
||||
* ```
|
||||
* Set the author to be the given user:
|
||||
* ```
|
||||
* post.author(user)
|
||||
|
|
Loading…
Reference in New Issue