Sha256: 1832670c18bacbdb29964725f257b0707b1c71aef198c625795c9b29a662dadd
Contents?: true
Size: 395 Bytes
Versions: 70
Compression:
Stored size: 395 Bytes
Contents
module Katello class ContentFacetApplicableDeb < 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_debs, :class_name => 'Katello::Host::ContentFacet' belongs_to :deb, :inverse_of => :content_facet_applicable_debs, :class_name => 'Katello::Deb' end end
Version data entries
70 entries across 70 versions & 1 rubygems