class Bigcommerce::Prometheus::Servers::Thin::Controllers::NotFoundController

Handle invalid requests to server

Public Instance Methods

call() click to toggle source
# File lib/bigcommerce/prometheus/servers/thin/controllers/not_found_controller.rb, line 27
def call
  @response.status = 404
  @response.body << Bigcommerce::Prometheus.not_found_body
end