debian-mirror-gitlab/app/controllers/admin/background_jobs_controller.rb

6 lines
134 B
Ruby
Raw Normal View History

2018-12-05 23:21:45 +05:30
# frozen_string_literal: true
2014-09-02 18:07:02 +05:30
class Admin::BackgroundJobsController < Admin::ApplicationController
2021-01-03 14:25:43 +05:30
feature_category :not_owned
2014-09-02 18:07:02 +05:30
end