# File app/models/user.rb, line 43 def before_create self.hashed_password = User.hash_password(self.password) end