Module 09 Β· PawWalk Kickoff β Lesson 3 of 5 Β· ~12 min
Models: User, Walker, Dog
The real user.rb
Three ideas packed into thirteen lines: has_secure_password (a one-liner teaser β module 10 goes deep on what it actually does with that password_digest column), normalizes :email, and two validates calls.