I would like to know if rails 3.2.1 has the method has_secure_password?
Where can I go to find this out? Google gives me generic links.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yup https://github.com/rails/rails/blob/v3.2.1/activemodel/lib/active_model/secure_password.rb#L34
In the future, you can use api.rubyonrails.org to find the method. Then click “Show on Github”. Then select the tag you want from the Github tag menu for Rails.