Sha256: 6171b7dea84d33e1765fc3c53aa3fff0ca61ef16d34a0b09790e4a2429f063c6
Contents?: true
Size: 433 Bytes
Versions: 177
Compression:
Stored size: 433 Bytes
Contents
module Katello class ContentFacetApplicableModuleStream < 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 :module_stream, :inverse_of => :content_facet_applicable_module_streams, :class_name => 'Katello::ModuleStream' end end
Version data entries
177 entries across 177 versions & 1 rubygems