Sha256: 81943550d54d649e4c0fd213480055088a25cab3381a463ca422d85591eacca5

Contents?: true

Size: 651 Bytes

Versions: 2

Compression:

Stored size: 651 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/arf_report'

module ForemanOpenscap
  module ArfReportExtensions
    extend ActiveSupport::Concern
    included do
      scoped_search :in => :asset, :on => :name, :complete_value => :true, :rename => "host"
    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/arf_report_extensions.rb
foreman_openscap-0.2.0 app/models/concerns/foreman_openscap/arf_report_extensions.rb