Skip to content

Commit

Permalink
Missing commas.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hernán Schmidt committed Feb 26, 2012
1 parent e37b037 commit 5c5177b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ if current_user.admin?
end

# You can use partials as well. The following line will render the file
# RAILS_ROOT/app/views/api/comments/_comments and set a local variable
# 'comments' with all this message's comments which you can use inside
# RAILS_ROOT/app/views/api/comments/_comments, and set a local variable
# 'comments' with all this message's comments, which you can use inside
# the partial.
json.partial! "api/comments/comments", comments: @message.comments
```
Expand Down

0 comments on commit 5c5177b

Please sign in to comment.