Scaffold out User (#20)

Reviewed-on: #20
This commit is contained in:
Andrew Tomaka 2024-07-26 23:24:54 -04:00
parent c23f58a6df
commit a70c656690
21 changed files with 309 additions and 2 deletions

3
app/models/user.rb Normal file
View file

@ -0,0 +1,3 @@
class User < ApplicationRecord
has_secure_password
end