9 lines
188 B
Ruby
9 lines
188 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Packages::Debian::ProjectComponentFile < ApplicationRecord
|
|
def self.container_type
|
|
:project
|
|
end
|
|
|
|
include Packages::Debian::ComponentFile
|
|
end
|