class Bigcommerce::Prometheus::Servers::Thin::Controllers::ErrorController

Handle 500s

Public Instance Methods

call() click to toggle source
# File lib/bigcommerce/prometheus/servers/thin/controllers/error_controller.rb, line 27
def call
  @response.body << ''
  @response.status = 500
end