Skip to content

Commit

Permalink
fix account has one user
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaronixon committed Jul 6, 2023
1 parent d1eb380 commit 7805edc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Account < ApplicationRecord
has_one :account, dependent: :destroy
has_one :user, dependent: :destroy
end

0 comments on commit 7805edc

Please sign in to comment.