Closed durka closed 8 years ago
For instance, there is no message shown if you go to confirm an email with an invalid token: http://hillarybnb.com/users/12345/confirm_email
The fix seems to be to replace
flash[:error] = "foo"
with
flash[:errors] = ["foo"]
For instance, there is no message shown if you go to confirm an email with an invalid token: http://hillarybnb.com/users/12345/confirm_email