Sha256: a3602be06c03273f1125064d146243dbe7b2ab98ad2716fd039190e5cf3e2000
Contents?: true
Size: 360 Bytes
Versions: 207
Compression:
Stored size: 360 Bytes
Contents
module Katello class RepositoryErratum < Katello::Model # Do not use active record callbacks in this join model. Direct INSERTs and DELETEs are done belongs_to :repository, :inverse_of => :repository_errata, :class_name => 'Katello::Repository' belongs_to :erratum, :inverse_of => :repository_errata, :class_name => 'Katello::Erratum' end end
Version data entries
207 entries across 207 versions & 1 rubygems