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

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

10 lines
184 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class Packages::Debian::GroupComponentFile < ApplicationRecord
def self.container_type
:group
end
include Packages::Debian::ComponentFile
end