Sha256: 65d0447067a68dd45cea7cc6db620e0b051e27cc2909cdfed3c7e3556a5fe4bb

Contents?: true

Size: 189 Bytes

Versions: 40

Compression:

Stored size: 189 Bytes

Contents

class InsightsRule < ApplicationRecord
  has_many :resolutions, class_name: 'InsightsResolution', dependent: :destroy, foreign_key: 'rule_id', primary_key: 'rule_id', inverse_of: :rule
end

Version data entries

40 entries across 40 versions & 1 rubygems

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