aboutsummaryrefslogtreecommitdiff
path: root/app/models/user.rb
blob: f7e96a8d29820ae3bee2cf1152dd0d7c12341241 (plain)
1
2
3
4
class User < ApplicationRecord
  has_many :agencies
  has_many :agents, through: :agencies, source: :agent
end