Welcome to mirror list, hosted at ThFree Co, Russian Federation.

vulnerability_finding_helpers.rb « concerns « models « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f0e5e010e7012716fe2514847efa52de0941ba25 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module VulnerabilityFindingHelpers
  extend ActiveSupport::Concern
end

VulnerabilityFindingHelpers.prepend_mod_with('VulnerabilityFindingHelpers')