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

Instance Method Details

#showObject



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

def show
  render_response_for_error(exception_wrapper)
end