質問編集履歴

2

改善

2020/07/06 04:08

投稿

atage517
atage517

スコア36

test CHANGED
File without changes
test CHANGED
@@ -58,7 +58,7 @@
58
58
 
59
59
  if @current_user == nil
60
60
 
61
- flash[:notice] = "ログインしています"
61
+ flash[:notice] = "ログインしてください"
62
62
 
63
63
  redirect_to("/login")
64
64
 

1

修正

2020/07/06 04:08

投稿

atage517
atage517

スコア36

test CHANGED
File without changes
test CHANGED
@@ -72,7 +72,7 @@
72
72
 
73
73
  if @current_user
74
74
 
75
- flash[:notice] = "すでにログインしています"
75
+ flash[:notice] = "すでにログイン済みです"
76
76
 
77
77
  redirect_to("/users/#{@curret_user.id}")
78
78