Skip to content

Commit

Permalink
account has many users
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaronixon committed Jul 6, 2023
1 parent 8c8a78d commit bdcc119
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 :user, dependent: :destroy
has_many :users, dependent: :destroy
end

0 comments on commit bdcc119

Please sign in to comment.