Add auth and ruby update
This commit is contained in:
parent
5d50194f39
commit
fbf6923835
43 changed files with 614 additions and 64 deletions
5
app/models/account.rb
Normal file
5
app/models/account.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class Account < ApplicationRecord
|
||||
include Rodauth::Rails.model
|
||||
|
||||
enum :status, unverified: 1, verified: 2, closed: 3
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue