質問編集履歴

1

文法の修正

2020/08/11 13:04

投稿

kousuke24
kousuke24

スコア29

test CHANGED
File without changes
test CHANGED
@@ -64,7 +64,7 @@
64
64
 
65
65
  flash[:info] = 'ログインしました'
66
66
 
67
- redirect_to root_url
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_url
87
+ redirect_to root_path
88
88
 
89
89
  end
90
90