Commit 2c48e99e authored by Quang-Minh Nguyen's avatar Quang-Minh Nguyen

Rename EE::ApplicationRecord to EE::ApplicationRecordHelpers

Issue https://gitlab.com/gitlab-org/gitlab/-/issues/322133
parent eb9a94bc
......@@ -80,4 +80,4 @@ class ApplicationRecord < ActiveRecord::Base
end
end
ApplicationRecord.prepend_if_ee('EE::ApplicationRecord')
ApplicationRecord.prepend_if_ee('EE::ApplicationRecordHelpers')
# frozen_string_literal: true
module EE
module ApplicationRecord
# Intentionally pick a different name, to prevent naming conflicts
module ApplicationRecordHelpers
extend ActiveSupport::Concern
class_methods do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment