Sha256: e39e8dc33ff969d6b181fdaa5212ecd455329320b5f9d9dd36e94de456d2c57c
Contents?: true
Size: 242 Bytes
Versions: 17
Compression:
Stored size: 242 Bytes
Contents
module ForemanOpenscap class ScapContentProfile < ActiveRecord::Base 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
17 entries across 17 versions & 1 rubygems