8 lines
180 B
Ruby
8 lines
180 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
module VulnerabilityFindingHelpers
|
||
|
extend ActiveSupport::Concern
|
||
|
end
|
||
|
|
||
|
VulnerabilityFindingHelpers.prepend_if_ee('EE::VulnerabilityFindingHelpers')
|