1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Merge pull request #2165 from asanghi/master

Reverting part of #2164 which was a mistake [ci skip]
This commit is contained in:
Carlos Antonio da Silva 2012-12-01 10:58:39 -08:00
commit 2be9fb292e

View file

@ -101,7 +101,7 @@ module Devise
end end
module ClassMethods module ClassMethods
# Attempt to find a user by it's email. If a record is found, send new # Attempt to find a user by its email. If a record is found, send new
# password instructions to it. If user is not found, returns a new user # password instructions to it. If user is not found, returns a new user
# with an email not found error. # with an email not found error.
# Attributes must contain the user's email # Attributes must contain the user's email