Sha256: 9330555284d34cfe48ebff3439c1ab5b9fccfc1c4eb9181d475e4cd9c6ad4e30

Contents?: true

Size: 170 Bytes

Versions: 70

Compression:

Stored size: 170 Bytes

Contents

class InsightsFacet < HostFacets::Base
  has_many :hits,
    foreign_key: :host_id,
    primary_key: :host_id,
    class_name: 'InsightsHit',
    dependent: :destroy
end

Version data entries

70 entries across 70 versions & 1 rubygems

Version Path
foreman_rh_cloud-4.0.36 app/models/insights_facet.rb
foreman_rh_cloud-3.0.33 app/models/insights_facet.rb
foreman_rh_cloud-4.0.35 app/models/insights_facet.rb
foreman_rh_cloud-5.0.35 app/models/insights_facet.rb
foreman_rh_cloud-5.0.34 app/models/insights_facet.rb
foreman_rh_cloud-5.0.33 app/models/insights_facet.rb
foreman_rh_cloud-3.0.32 app/models/insights_facet.rb
foreman_rh_cloud-4.0.32 app/models/insights_facet.rb
foreman_rh_cloud-5.0.32 app/models/insights_facet.rb
foreman_rh_cloud-4.0.31 app/models/insights_facet.rb
foreman_rh_cloud-5.0.31 app/models/insights_facet.rb
foreman_rh_cloud-5.0.30 app/models/insights_facet.rb
foreman_rh_cloud-4.0.30 app/models/insights_facet.rb
foreman_rh_cloud-3.0.29 app/models/insights_facet.rb
foreman_rh_cloud-4.0.29 app/models/insights_facet.rb
foreman_rh_cloud-5.0.29 app/models/insights_facet.rb
foreman_rh_cloud-3.0.28 app/models/insights_facet.rb
foreman_rh_cloud-5.0.28 app/models/insights_facet.rb
foreman_rh_cloud-4.0.27 app/models/insights_facet.rb
foreman_rh_cloud-3.0.26 app/models/insights_facet.rb