Class: ExceptionNotifier::FileNotifier::MissingController
- Inherits:
-
Object
- Object
- ExceptionNotifier::FileNotifier::MissingController
show all
- Defined in:
- lib/exception_notifier/file_notifier.rb
Instance Method Summary
collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(*args, &block) ⇒ Object
124
125
|
# File 'lib/exception_notifier/file_notifier.rb', line 124
def method_missing(*args, &block)
end
|
Instance Method Details
#action_name ⇒ Object
121
122
123
|
# File 'lib/exception_notifier/file_notifier.rb', line 121
def action_name
'[NO CONTROLLER]'
end
|
#controller_name ⇒ Object
118
119
120
|
# File 'lib/exception_notifier/file_notifier.rb', line 118
def controller_name
'[NO CONTROLLER]'
end
|