Class: Dorsale::CustomerVault::Individual

Inherits:
Person
  • Object
show all
Includes:
Search
Defined in:
app/models/dorsale/customer_vault/individual.rb

Instance Method Summary collapse

Methods included from Search

included

Methods inherited from Person

#destroy_links, #links, #person_type, #tags_on

Instance Method Details

#nameObject



11
12
13
# File 'app/models/dorsale/customer_vault/individual.rb', line 11

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