質問編集履歴
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -60,11 +60,11 @@
|
|
60
60
|
|
61
61
|
redirect_to("/users/#{@user.id}")
|
62
62
|
|
63
|
-
flash[:notice]
|
63
|
+
flash[:notice] = "ユーザー登録が完了しました"
|
64
64
|
|
65
65
|
else
|
66
66
|
|
67
|
-
render("user/new")
|
67
|
+
render("users/new")
|
68
68
|
|
69
69
|
end
|
70
70
|
|