projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b0024e
)
Fix misspelt resource name.
author
Tom Hughes
<tom@compton.nu>
Mon, 1 Jun 2009 08:50:20 +0000
(08:50 +0000)
committer
Tom Hughes
<tom@compton.nu>
Mon, 1 Jun 2009 08:50:20 +0000
(08:50 +0000)
app/controllers/user_controller.rb
patch
|
blob
|
history
diff --git
a/app/controllers/user_controller.rb
b/app/controllers/user_controller.rb
index 9c2787cc84c6002359775c9dde2c0b198d65a9e8..2659232cd4bf75d49f16669a3ad4c70c4f79c714 100644
(file)
--- a/
app/controllers/user_controller.rb
+++ b/
app/controllers/user_controller.rb
@@
-93,7
+93,7
@@
class UserController < ApplicationController
if user
token = user.tokens.create
Notifier.deliver_lost_password(user, token)
- flash[:notice] = I18n.t('user.lost_password.notice
.
email on way')
+ flash[:notice] = I18n.t('user.lost_password.notice
email on way')
else
flash[:notice] = I18n.t('user.lost_password.notice email cannot find')
end