Sha256: c716c3124157902e72ec408247bacfc6813c1e63dfec0061ea310e7a7d5f9785
Contents?: true
Size: 377 Bytes
Versions: 157
Compression:
Stored size: 377 Bytes
Contents
module Katello class RepositoryDockerTag < 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_tags, :class_name => 'Katello::Repository' belongs_to :docker_tag, :inverse_of => :repository_docker_tags, :class_name => 'Katello::DockerTag' end end
Version data entries
157 entries across 157 versions & 1 rubygems