debian-mirror-gitlab/config/initializers/0_as_concern.rb

8 lines
118 B
Ruby
Raw Normal View History

2018-12-05 23:21:45 +05:30
# frozen_string_literal: true
2018-03-27 19:54:05 +05:30
module ActiveSupport
module Concern
2018-12-05 23:21:45 +05:30
prepend Gitlab::Patch::Prependable
2018-03-27 19:54:05 +05:30
end
end