Class: ApplicationMailer::NullMail
- Inherits:
-
Object
- Object
- ApplicationMailer::NullMail
show all
- Defined in:
- app/mailers/application_mailer.rb
Overview
Namespace for NullMail mailers.
Instance Method Summary
collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(*args) ⇒ Object
11
|
# File 'app/mailers/application_mailer.rb', line 11
def method_missing(*args, &); end
|
Instance Method Details
#deliver_later ⇒ Object
10
|
# File 'app/mailers/application_mailer.rb', line 10
def deliver_later; end
|
#deliver_now ⇒ Object
9
|
# File 'app/mailers/application_mailer.rb', line 9
def deliver_now; end
|
#respond_to_missing?(*_args) ⇒ Boolean
12
|
# File 'app/mailers/application_mailer.rb', line 12
def respond_to_missing?(*_args) = true
|