debian-mirror-gitlab/app/models/packages/debian/group_architecture.rb
2021-03-08 18:12:59 +05:30

9 lines
182 B
Ruby

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