Sha256: 86dbbcf7495b8ecbc3dc83d1b1d4ee224173eb4cc459592fa94c785acad36da3
Contents?: true
Size: 241 Bytes
Versions: 15
Compression:
Stored size: 241 Bytes
Contents
module ForemanOpenscap class ScapContentProfile < ApplicationRecord belongs_to :scap_content has_many :policies belongs_to :tailoring_file has_many :tailoring_file_policies, :class_name => ForemanOpenscap::Policy end end
Version data entries
15 entries across 15 versions & 1 rubygems