finished write-up for broken auth

This commit is contained in:
cktricky
2013-11-14 10:47:27 -05:00
parent 5fff355181
commit b84c8d4cc7
3 changed files with 21 additions and 7 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class UsersController < ApplicationController
else
@user = user
flash[:error] = user.errors.full_messages.to_sentence
redirect_to :sign_up
redirect_to :signup
end
end