Class: IsotopeContacts::Contact

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

Instance Method Summary collapse

Instance Method Details

#full_nameObject



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

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

#to_sObject



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

def to_s
  full_name
end