Class: Ecm::Staff::Position

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

Instance Method Summary collapse

Methods inherited from Base

table_name_prefix

Instance Method Details

#people_countObject



27
28
29
# File 'app/models/ecm/staff/position.rb', line 27

def people_count
  people.count
end

#to_sObject



31
32
33
# File 'app/models/ecm/staff/position.rb', line 31

def to_s
  name
end