Class: IsotopeContacts::Contact
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- IsotopeContacts::Contact
- Defined in:
- app/models/isotope_contacts/contact.rb
Instance Method Summary collapse
Instance Method Details
#full_name ⇒ Object
7 8 9 |
# File 'app/models/isotope_contacts/contact.rb', line 7 def full_name [first_name, last_name].join(" ") end |
#to_s ⇒ Object
11 12 13 |
# File 'app/models/isotope_contacts/contact.rb', line 11 def to_s full_name end |