Class: Organization

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

Instance Method Summary collapse

Instance Method Details

#nameObject



10
11
12
# File 'lib/mls/models/organization.rb', line 10

def name
  common_name || legal_name
end