gitlab-org--gitlab-foss/app/helpers/container_registry_helper.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
167 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module ContainerRegistryHelper
def container_repository_gid_prefix
"gid://#{GlobalID.app}/#{ContainerRepository.name}/"
end
end