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

0_as_concern.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff132547225444ab122e003f5700c0934ccf196d (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module ActiveSupport
  module Concern
    prepend Gitlab::Patch::Prependable
  end
end