database updated to create domain crendtial references

This commit is contained in:
2026-04-30 15:18:51 +00:00
parent 791034f7a4
commit 92ceddc32e
5 changed files with 30 additions and 2 deletions

View File

@@ -3,4 +3,8 @@ class User < ApplicationRecord
# Include default devise modules. Others available are:
# :confirmable, :lockable, :timeoutable, :trackable and :omniauthable
devise :recoverable, :rememberable, :validatable, :lockable, :timeoutable, :trackable, :registerable
def role
end
end