Class: ActiveError::Faults::InstancesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- ActiveError::Faults::InstancesController
- Defined in:
- app/controllers/active_error/faults/instances_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
6 7 8 |
# File 'app/controllers/active_error/faults/instances_controller.rb', line 6 def show render html: Renderer.new(instance:).body end |