Class: ErrorsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/errors_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



4
5
6
# File 'app/controllers/errors_controller.rb', line 4

def show
  render_response_for_error(exception_wrapper)
end