debian-mirror-gitlab/app/models/packages/debian/project_architecture.rb

10 lines
186 B
Ruby
Raw Normal View History

2021-03-08 18:12:59 +05:30
# frozen_string_literal: true
class Packages::Debian::ProjectArchitecture < ApplicationRecord
def self.container_type
:project
end
include Packages::Debian::Architecture
end