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

Version Path
katello-3.2.0.rc3 app/models/katello/content_facet_repository.rb
katello-3.2.0.rc2 app/models/katello/content_facet_repository.rb
katello-3.2.0.rc1.1 app/models/katello/content_facet_repository.rb
katello-3.2.0.rc1 app/models/katello/content_facet_repository.rb
katello-3.1.0.1 app/models/katello/content_facet_repository.rb
katello-3.1.0 app/models/katello/content_facet_repository.rb
katello-3.1.0.rc2.1 app/models/katello/content_facet_repository.rb
katello-3.0.2 app/models/katello/content_facet_repository.rb
katello-3.1.0.rc1 app/models/katello/content_facet_repository.rb
katello-3.0.1 app/models/katello/content_facet_repository.rb
katello-3.0.0 app/models/katello/content_facet_repository.rb
katello-3.0.0.rc7 app/models/katello/content_facet_repository.rb
katello-3.0.0.rc5 app/models/katello/content_facet_repository.rb
katello-3.0.0.rc4 app/models/katello/content_facet_repository.rb
katello-3.0.0.rc3 app/models/katello/content_facet_repository.rb
katello-3.0.0.rc2 app/models/katello/content_facet_repository.rb
katello-3.0.0.rc1 app/models/katello/content_facet_repository.rb