user and session generated
This commit is contained in:
parent
0cec39413f
commit
53819e6839
18 changed files with 111 additions and 0 deletions
3
app/models/user.rb
Normal file
3
app/models/user.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
class User < ApplicationRecord
|
||||
has_secure_password
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue