# File lib/openshift-origin-controller/app/controllers/estimates_controller.rb, line 6
  def index
    render_success(:ok, "estimates", RestEstimates.new(get_url, nolinks), "LIST_ESTIMATES")
  end