gitlab-ce/app/controllers/admin/background_jobs_controller.rb

8 lines
194 B
Ruby

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