Class: Mokio::DefaultMailer
- Inherits:
-
ActionMailer::Base
- Object
- ActionMailer::Base
- Mokio::DefaultMailer
- Defined in:
- app/mailers/mokio/default_mailer.rb
Instance Method Summary collapse
Instance Method Details
#msg(obj) ⇒ Object
5 6 7 8 9 |
# File 'app/mailers/mokio/default_mailer.rb', line 5 def msg(obj) @mailer = obj mail(to: @mailer.recipients) end |