Sha256: 8e18f82d32a27e5ff907bfe8645fb60eca49581a14169a964b427b3a3da28ece
Contents?: true
Size: 395 Bytes
Versions: 191
Compression:
Stored size: 395 Bytes
Contents
module Katello class ContentFacetApplicableRpm < Katello::Model # Do not use active record callbacks in this join model. Direct INSERTs and DELETEs are done belongs_to :content_facet, :inverse_of => :content_facet_applicable_rpms, :class_name => 'Katello::Host::ContentFacet' belongs_to :rpm, :inverse_of => :content_facet_applicable_rpms, :class_name => 'Katello::Rpm' end end
Version data entries
191 entries across 191 versions & 1 rubygems