Class: Ecm::Staff::BusinessUnit

Inherits:
Base
  • Object
show all
Extended by:
FriendlyId
Defined in:
app/models/ecm/staff/business_unit.rb

Instance Method Summary collapse

Methods inherited from Base

table_name_prefix

Instance Method Details

#people_countObject



30
31
32
# File 'app/models/ecm/staff/business_unit.rb', line 30

def people_count
  people.count
end

#to_sObject



34
35
36
# File 'app/models/ecm/staff/business_unit.rb', line 34

def to_s
  name
end