Sha256: 7750417993898357fa36168cbc15ea96ff6058549369a475dc89f28c70d97e9f
Contents?: true
Size: 609 Bytes
Versions: 2
Compression:
Stored size: 609 Bytes
Contents
# # Copyright (c) 2014 Red Hat Inc. # # This software is licensed to you under the GNU General Public License, # version 3 (GPLv3). There is NO WARRANTY for this software, express or # implied, including the implied warranties of MERCHANTABILITY or FITNESS # FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv3 # along with this software; if not, see http://www.gnu.org/licenses/gpl.txt # require 'scaptimony/policy' module ForemanOpenscap module PolicyExtensions extend ActiveSupport::Concern included do scoped_search :on => :name, :complete_value => true end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
foreman_openscap-0.2.1 | app/models/concerns/foreman_openscap/policy_extensions.rb |
foreman_openscap-0.2.0 | app/models/concerns/foreman_openscap/policy_extensions.rb |