diff --git a/app/models/katello/host/content_facet.rb b/app/models/katello/host/content_facet.rb index cf867a3281b..eeae0ddff16 100644 --- a/app/models/katello/host/content_facet.rb +++ b/app/models/katello/host/content_facet.rb @@ -1,5 +1,6 @@ module Katello module Host + # rubocop:disable Metrics/ClassLength class ContentFacet < Katello::Model audited :associated_with => :host self.table_name = 'katello_content_facets'