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.4.5 app/models/katello/content_facet_repository.rb
katello-3.4.4 app/models/katello/content_facet_repository.rb
katello-3.4.2 app/models/katello/content_facet_repository.rb
katello-3.4.1 app/models/katello/content_facet_repository.rb
katello-3.4.0.2 app/models/katello/content_facet_repository.rb
katello-3.4.0.1 app/models/katello/content_facet_repository.rb
katello-3.3.2 app/models/katello/content_facet_repository.rb
katello-3.4.0 app/models/katello/content_facet_repository.rb
katello-3.4.0.rc2 app/models/katello/content_facet_repository.rb
katello-3.4.0.rc1 app/models/katello/content_facet_repository.rb
katello-3.3.1.1 app/models/katello/content_facet_repository.rb
katello-3.3.1 app/models/katello/content_facet_repository.rb
katello-3.3.0.1 app/models/katello/content_facet_repository.rb
katello-3.3.0 app/models/katello/content_facet_repository.rb
katello-3.3.0.rc2 app/models/katello/content_facet_repository.rb
katello-3.3.0.rc1.1 app/models/katello/content_facet_repository.rb
katello-3.3.0.rc1 app/models/katello/content_facet_repository.rb
katello-3.2.1.1 app/models/katello/content_facet_repository.rb
katello-3.2.1 app/models/katello/content_facet_repository.rb
katello-3.2.0 app/models/katello/content_facet_repository.rb