Sha256: d0ffb0d1e1075b586cb4d86869ab6eb7149e381812b3353873d941ca07d13bc6
Contents?: true
Size: 425 Bytes
Versions: 191
Compression:
Stored size: 425 Bytes
Contents
module Katello class RepositoryDockerManifestList < Katello::Model # Do not use active record callbacks in this join model. Direct INSERTs and DELETEs are done belongs_to :repository, :inverse_of => :repository_docker_manifest_lists, :class_name => 'Katello::Repository' belongs_to :docker_manifest_list, :inverse_of => :repository_docker_manifest_lists, :class_name => 'Katello::DockerManifestList' end end
Version data entries
191 entries across 191 versions & 1 rubygems