回答編集履歴

2

加筆

2019/06/28 04:50

投稿

rhiroe
rhiroe

スコア2349

test CHANGED
@@ -1,3 +1,3 @@
1
1
  うーん、「記事一覧」とあるので、もしかして`articles_path`もしくは`root_path`のことですかね?
2
2
 
3
- `$ rails routes -c articles`を実行して確認してください。
3
+ `$ rails routes -c articles`を実行して該当アクションのPrefixを確認してください。

1

加筆

2019/06/28 04:50

投稿

rhiroe
rhiroe

スコア2349

test CHANGED
@@ -1,3 +1,3 @@
1
- うーん、もしかして`articles_path`もしくは`root_path`のことですかね?
1
+ うーん、「記事一覧」とあるので、もしかして`articles_path`もしくは`root_path`のことですかね?
2
2
 
3
3
  `$ rails routes -c articles`を実行して確認してください。