質問編集履歴
1
文法の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -64,7 +64,7 @@
|
|
64
64
|
|
65
65
|
flash[:info] = 'ログインしました'
|
66
66
|
|
67
|
-
redirect_to root_
|
67
|
+
redirect_to root_path
|
68
68
|
|
69
69
|
else
|
70
70
|
|
@@ -84,7 +84,7 @@
|
|
84
84
|
|
85
85
|
flash[:danger] = 'ログアウトしました'
|
86
86
|
|
87
|
-
redirect_to root_
|
87
|
+
redirect_to root_path
|
88
88
|
|
89
89
|
end
|
90
90
|
|