Class: ExceptionHandling::Testing::LoggingMethodsControllerStub
- Inherits:
-
ControllerStubBase
- Object
- ControllerStubBase
- ExceptionHandling::Testing::LoggingMethodsControllerStub
- Includes:
- LoggingMethods
- Defined in:
- lib/exception_handling/testing.rb
Instance Attribute Summary
Attributes inherited from ControllerStubBase
Instance Method Summary collapse
Methods inherited from ControllerStubBase
#action_name, around_filter, #complete_request_uri, #initialize
Constructor Details
This class inherits a constructor from ExceptionHandling::Testing::ControllerStubBase
Instance Method Details
#controller_name ⇒ Object
59 60 61 |
# File 'lib/exception_handling/testing.rb', line 59 def controller_name "LoggingMethodsControllerStub" end |