Class: ErrorsController

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

Constant Summary collapse

ERRORS =
[
  :internal_server_error,
  :not_found,
  :unprocessable_entity
].freeze