Welcome to mirror list, hosted at ThFree Co, Russian Federation.

background_jobs_controller.rb « admin « controllers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fc8771424181ab6247dc8f31e2cb1ac7dacafdda (plain)
1
2
3
4
# frozen_string_literal: true

class Admin::BackgroundJobsController < Admin::ApplicationController
end