Merge pull request #809 from alFReD-NSH/patch-1

Fix broken code fencings in the docs
This commit is contained in:
Simon Ho 2015-12-28 16:40:33 -08:00
commit 5cf37aae5b
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)