Class: Avocado::Mailer
- Inherits:
-
ApplicationMailer
- Object
- ApplicationMailer
- Avocado::Mailer
- Defined in:
- lib/avocado/mailer.rb
Instance Method Summary collapse
Instance Method Details
#email_affirmation ⇒ Object
8 9 10 |
# File 'lib/avocado/mailer.rb', line 8 def email_affirmation mail end |
#email_verification ⇒ Object
12 13 14 |
# File 'lib/avocado/mailer.rb', line 12 def email_verification mail end |
#password_reset ⇒ Object
16 17 18 |
# File 'lib/avocado/mailer.rb', line 16 def password_reset mail end |