Fix broken code fencings in the docs

This commit is contained in:
Farid Nouri Neshat 2015-12-28 23:03:37 +08:00 committed by Simon Ho
parent 9b1766f1d5
commit 174237e6a6
1 changed files with 1 additions and 0 deletions

View File

@ -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)