Class: ActionMailer::Base::NullMail

Inherits:
Object
  • Object
show all
Defined in:
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



467
468
469
# File 'lib/action_mailer/base.rb', line 467

def method_missing(*args)
  nil
end

Instance Method Details

#bodyObject



465
# File 'lib/action_mailer/base.rb', line 465

def body; '' end