Sha256: 77161be6484e8ae4913196759f58464b70b84b1836498b68e26a2b804f3be979
Contents?: true
Size: 222 Bytes
Versions: 25
Compression:
Stored size: 222 Bytes
Contents
module ForemanOpenscap class PolicyArfReport < ::ActiveRecord::Base belongs_to :arf_report belongs_to :policy scope :of_policy, lambda { |policy_id| joins(:policy).where(:policy_id => policy_id) } end end
Version data entries
25 entries across 25 versions & 1 rubygems