Skip to content

Commit

Permalink
Update organization.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
malomalo committed Feb 24, 2017
1 parent ff4c4d1 commit cb054d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mls/organization.rb
Expand Up @@ -4,6 +4,7 @@ class Organization < MLS::Model

has_many :accounts, :class_name => 'Account'
has_many :listings, -> { distinct }, through: :accounts
has_many :references, as: :subject
has_and_belongs_to_many :regions

def name
Expand Down

0 comments on commit cb054d8

Please sign in to comment.