回答編集履歴
1
修正
test
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
|
29
29
|
.permit(:comment)
|
30
30
|
|
31
|
-
.merge(post_id: params[:post_id, user_id: current_user.id)
|
31
|
+
.merge(post_id: params[:post_id], user_id: current_user.id)
|
32
32
|
|
33
33
|
end
|
34
34
|
|