Change Identity to not destroy associated User on destroy (#25098)
This commit is contained in:
parent
ebe009ff09
commit
eceb960744
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
#
|
||||
|
||||
class Identity < ApplicationRecord
|
||||
belongs_to :user, dependent: :destroy
|
||||
belongs_to :user
|
||||
validates :uid, presence: true, uniqueness: { scope: :provider }
|
||||
validates :provider, presence: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue