debian-mirror-gitlab/app/controllers/projects/packages/infrastructure_registry_controller.rb

10 lines
207 B
Ruby
Raw Normal View History

2021-04-29 21:17:54 +05:30
# frozen_string_literal: true
module Projects
module Packages
class InfrastructureRegistryController < Projects::ApplicationController
feature_category :infrastructure_as_code
end
end
end