Class: PartyRole

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

Instance Method Summary collapse

Instance Method Details

#to_labelObject



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

def to_label
  self.role_type.description
end