Class: Renalware::System::MockErrorsController

Inherits:
BaseController show all
Defined in:
app/controllers/renalware/system/mock_errors_controller.rb

Instance Method Summary collapse

Methods inherited from BaseController

#patient

Instance Method Details

#indexObject



8
9
10
# File 'app/controllers/renalware/system/mock_errors_controller.rb', line 8

def index
  0 / 0 # ZeroDivisionError
end