Class: ActionMailer::Base::NullMail
- Defined in:
- actionmailer/lib/action_mailer/base.rb
Overview
:nodoc:
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(*args) ⇒ Object
588 589 590 |
# File 'actionmailer/lib/action_mailer/base.rb', line 588 def method_missing(*args) nil end |
Instance Method Details
#body ⇒ Object
586 |
# File 'actionmailer/lib/action_mailer/base.rb', line 586 def body; '' end |