diff options
Diffstat (limited to 'app/models/agent.rb')
-rw-r--r-- | app/models/agent.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/agent.rb b/app/models/agent.rb index bb33c1b..07e0b8e 100644 --- a/app/models/agent.rb +++ b/app/models/agent.rb @@ -1,4 +1,5 @@ class Agent < ApplicationRecord has_many :agencies has_many :members, through: :agencies, source: :user + has_many :resources end |