Class: CommEvtPurposeType

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/comm_evt_purpose_type.rb

Instance Method Summary collapse

Instance Method Details

#to_labelObject



7
8
9
# File 'app/models/comm_evt_purpose_type.rb', line 7

def to_label
  "#{description}"
end

#to_sObject



11
12
13
# File 'app/models/comm_evt_purpose_type.rb', line 11

def to_s
  "#{description}"
end