Sha256: 7273ce8ce0f72313cf0ba79f3e641b09fbbaaf210232233c8849cf32be0e80fd
Contents?: true
Size: 281 Bytes
Versions: 3
Compression:
Stored size: 281 Bytes
Contents
module Scaptimony class XccdfRuleResult < ActiveRecord::Base belongs_to :arf_report belongs_to :xccdf_result belongs_to :xccdf_rule def self.f(result_name) includes(:xccdf_result).where("scaptimony_xccdf_results.name = '#{result_name}'") end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
scaptimony-0.3.2 | app/models/scaptimony/xccdf_rule_result.rb |
scaptimony-0.3.1 | app/models/scaptimony/xccdf_rule_result.rb |
scaptimony-0.3.0 | app/models/scaptimony/xccdf_rule_result.rb |