質問編集履歴
2
ルーティングの記述修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -52,7 +52,7 @@
|
|
52
52
|
|
53
53
|
devise_for :users
|
54
54
|
|
55
|
-
root 'top#index'
|
55
|
+
root to: 'top#index'
|
56
56
|
|
57
57
|
resources :list
|
58
58
|
|
1
rails routes実行結果を追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -35,6 +35,10 @@
|
|
35
35
|
→rails sの上、localhost:3000を確認するもRouting Error
|
36
36
|
|
37
37
|
(ターミナルでコマンド実行後、ログが問題ないことを確認)
|
38
|
+
|
39
|
+
rails routesの実行結果
|
40
|
+
|
41
|
+
![イメージ説明](f94e60715da24abeea76d402c5dd1305.png)
|
38
42
|
|
39
43
|
|
40
44
|
|