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.