Class: IsotopeContacts::Email

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



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

def to_s
  "#{name}: #{email}"
end