app/models/katello/content_facet_repository.rb in katello-3.4.5 vs app/models/katello/content_facet_repository.rb in katello-3.5.0.rc1

- old
+ new

@@ -1,8 +1,6 @@ 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