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



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

def method_missing(*args)
  nil
end

Instance Method Details

#bodyObject



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

def body; '' end