Sha256: cbc4f48162fa69e2f2aa371ee84d1f527f83642b4429bdb47d9dd486afcac24a
Contents?: true
Size: 302 Bytes
Versions: 207
Compression:
Stored size: 302 Bytes
Contents
module Katello class ContentFacetRepository < Katello::Model belongs_to :content_facet, :inverse_of => :content_facet_repositories, :class_name => 'Katello::Host::ContentFacet' belongs_to :repository, :inverse_of => :content_facet_repositories, :class_name => 'Katello::Repository' end end
Version data entries
207 entries across 207 versions & 1 rubygems