Class: ErrorsController

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

Instance Method Summary collapse

Methods inherited from ApplicationController

#show_action_bar?, #show_site_search?, #sufia, with_themed_layout

Instance Method Details

#showObject



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

def show
  render_response_for_error(exception_wrapper)
end