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:
commit
2be9fb292e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue