Sha256: 187cee026ad1ba80dfd9bab0bd9d6ef4e6033d5caea4d5539f40ef16f3c3d4f5
Contents?: true
Size: 297 Bytes
Versions: 11
Compression:
Stored size: 297 Bytes
Contents
module Katello class ContentFacetApplicableRpm < Katello::Model 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
11 entries across 11 versions & 1 rubygems