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