summaryrefslogtreecommitdiff
path: root/config/initializers/0_as_concern.rb
blob: ff132547225444ab122e003f5700c0934ccf196d (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

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