forked from External/greenlight
GRN2-192: Made error pages more descriptive (#620)
* GRN2-192 * Brought back error codes
This commit is contained in:
committed by
Jesus Federico
parent
523d9a38f2
commit
c7a0c6a463
@ -21,10 +21,6 @@ class ErrorsController < ApplicationController
|
||||
render status: 404, formats: :html
|
||||
end
|
||||
|
||||
def unprocessable
|
||||
render status: 422, formats: :html
|
||||
end
|
||||
|
||||
def internal_error
|
||||
render status: 500, formats: :html
|
||||
end
|
||||
|
Reference in New Issue
Block a user