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: 43d2c983823709ab99dedc08b9b55467cab35f98 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module Admin
  class BackgroundJobsController < ApplicationController
    feature_category :not_owned # rubocop:todo Gitlab/AvoidFeatureCategoryNotOwned
  end
end