kbhoffmann / potluck_app

0 stars 0 forks source link

Create user table with user model, uncomment out bcrypt gem #1

Closed kbhoffmann closed 2 years ago

kbhoffmann commented 2 years ago

Migration to create user table with name, email, password_digest. Create User model with validations for email and password.