Class: ActiveError::Faults::InstancesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/active_error/faults/instances_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



6
7
8
# File 'app/controllers/active_error/faults/instances_controller.rb', line 6

def show
  render html: Renderer.new(instance:).body
end