Sha256: b93abed419d560b3a7d5e41e92d866c069171b2516ab3b2f0405061f93d09f64

Contents?: true

Size: 597 Bytes

Versions: 2

Compression:

Stored size: 597 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/scap_content'

module ForemanOpenscap
  module ScapContentExtensions
    extend ActiveSupport::Concern
    included do
      scoped_search :on => :digest
    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/scap_content_extensions.rb
foreman_openscap-0.2.0 app/models/concerns/foreman_openscap/scap_content_extensions.rb