Class: CommunicationEvent

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

Instance Method Summary collapse

Instance Method Details

#to_labelObject



23
24
25
# File 'app/models/communication_event.rb', line 23

def to_label
  "#{short_description}"
end