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