1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add new line after create action on CommentsController code example

This commit is contained in:
Francis Go 2013-09-27 16:55:06 +10:00
parent 7045a5bf37
commit ed20b56bec

View file

@ -1816,6 +1816,7 @@ class CommentsController < ApplicationController
@post = Post.find(params[:post_id])
...
end
# snipped for brevity
```