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



510
511
512
# File 'lib/action_mailer/base.rb', line 510

def method_missing(*args)
  nil
end

Instance Method Details

#bodyObject



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

def body; '' end