Class: Organization

Inherits:
MLS::Model
  • Object
show all
Includes:
MLS::Avatar
Defined in:
lib/mls/organization.rb

Instance Method Summary collapse

Methods included from MLS::Avatar

#avatar_url

Instance Method Details

#nameObject



4
5
6
# File 'lib/mls/organization.rb', line 4

def name
  common_name || legal_name
end