Class: ExceptionNotifier::EmailNotifier::Mailer::MissingController
- Inherits:
-
Object
- Object
- ExceptionNotifier::EmailNotifier::Mailer::MissingController
show all
- Defined in:
- lib/exception_notifier/email_notifier.rb
Instance Method Summary
collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(*args, &block) ⇒ Object
30
31
|
# File 'lib/exception_notifier/email_notifier.rb', line 30
def method_missing(*args, &block)
end
|
Instance Method Details
#respond_to_missing?(*args) ⇒ Boolean
33
34
|
# File 'lib/exception_notifier/email_notifier.rb', line 33
def respond_to_missing?(*args)
end
|