class ExceptionNotifier::EmailNotifier::Mailer::MissingController
Public Instance Methods
Source
# File lib/exception_notifier/email_notifier.rb, line 30 def method_missing(*args, &block) end
Source
# File lib/exception_notifier/email_notifier.rb, line 33 def respond_to_missing?(*args) end