gitlab-org--gitlab-foss/app/models/packages/debian/project_distribution_key.rb

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

10 lines
192 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class Packages::Debian::ProjectDistributionKey < ApplicationRecord
def self.container_type
:project
end
include Packages::Debian::DistributionKey
end