Sha256: 1d59177340e5acdae5649f5063b5ca9ac00fd9b8e74de16617afe216ff601086
Contents?: true
Size: 243 Bytes
Versions: 26
Compression:
Stored size: 243 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
26 entries across 26 versions & 1 rubygems