1 2 3 4 5 6 7 8
class ErrorsController < PublicController include Gaffe::Errors layout "public" def show render @rescue_response, status: @status_code end end