Class: Dorsale::CustomerVault::Individual

Inherits:
Person show all
Defined in:
app/models/dorsale/customer_vault/individual.rb

Instance Method Summary collapse

Methods inherited from Person

#corporation?, #destroy_links, #individual?, #links, #person_type, policy_class, #tags_on, #verify_class

Methods included from Search

included

Methods inherited from ApplicationRecord

last_created

Methods included from DefaultValuesConcern

#assign_default, #assign_default_values

Instance Method Details

#nameObject



8
9
10
# File 'app/models/dorsale/customer_vault/individual.rb', line 8

def name
  [self.last_name, self.first_name].join(", ")
end