Sha256: 98ba7dcdfdffbda89944e55c59651a7fc60547297e3ba086d39a95642ea0edbb
Contents?: true
Size: 341 Bytes
Versions: 37
Compression:
Stored size: 341 Bytes
Contents
module Katello class ContentFacetRepository < Katello::Model self.include_root_in_json = false 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
37 entries across 37 versions & 1 rubygems