7 lines
118 B
Ruby
7 lines
118 B
Ruby
# frozen_string_literal: true
|
|
|
|
module ActiveSupport
|
|
module Concern
|
|
prepend Gitlab::Patch::Prependable
|
|
end
|
|
end
|