method
email_address_with_name

email_address_with_name()
public
Hide source
# File activerecord/examples/validation.rb, line 36 def email_address_with_name "\"#{name}\" <#{email}>" end