summaryrefslogtreecommitdiff
path: root/app/models/packages/debian/project_architecture.rb
blob: 44a38dfaf44f8ead4f6d533f45c4061ddafd2d22 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

class Packages::Debian::ProjectArchitecture < ApplicationRecord
  def self.container_type
    :project
  end

  include Packages::Debian::Architecture
end