質問編集履歴
1
コントローラー名のsが抜けていたため、訂正
test
CHANGED
File without changes
|
test
CHANGED
@@ -44,7 +44,7 @@
|
|
44
44
|
|
45
45
|
|
46
46
|
|
47
|
-
PostCommentコントローラー設定
|
47
|
+
PostCommentsコントローラー設定
|
48
48
|
|
49
49
|
```
|
50
50
|
|
@@ -292,7 +292,7 @@
|
|
292
292
|
|
293
293
|
|
294
294
|
|
295
|
-
3. post_commentコントローラーのcreateアクションの記述式の変更
|
295
|
+
3. post_commentsコントローラーのcreateアクションの記述式の変更
|
296
296
|
|
297
297
|
・一部複数形に変更
|
298
298
|
|