10 lines
207 B
Ruby
10 lines
207 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
module Projects
|
||
|
module Packages
|
||
|
class InfrastructureRegistryController < Projects::ApplicationController
|
||
|
feature_category :infrastructure_as_code
|
||
|
end
|
||
|
end
|
||
|
end
|