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:
parent
7045a5bf37
commit
ed20b56bec
1 changed files with 1 additions and 0 deletions
|
@ -1816,6 +1816,7 @@ class CommentsController < ApplicationController
|
||||||
@post = Post.find(params[:post_id])
|
@post = Post.find(params[:post_id])
|
||||||
...
|
...
|
||||||
end
|
end
|
||||||
|
|
||||||
# snipped for brevity
|
# snipped for brevity
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue