Sha256: beba6d6913a383c7d5bd06849680ffa2b049f9b19034dfcb882478c32fb749e8
Contents?: true
Size: 363 Bytes
Versions: 40
Compression:
Stored size: 363 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' scoped_search :on => :profile_id, :complete_value => true scoped_search :on => :title, :complete_value => true end end
Version data entries
40 entries across 40 versions & 1 rubygems