Sha256: 00900217c3e3456b1eec28654c1fba0976ef73830561e1113a1daf812ef7f8b3
Contents?: true
Size: 418 Bytes
Versions: 37
Compression:
Stored size: 418 Bytes
Contents
module Katello class ContentFacetErratum < Katello::Model self.include_root_in_json = false # Do not use active record callbacks in this join model. Direct INSERTs and DELETEs are done belongs_to :content_facet, :inverse_of => :content_facet_errata, :class_name => 'Katello::Host::ContentFacet' belongs_to :erratum, :inverse_of => :content_facet_errata, :class_name => 'Katello::Erratum' end end
Version data entries
37 entries across 37 versions & 1 rubygems