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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-20 15:07:25 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-20 15:07:25 +0300
commit07b1e2691206717206d40f9c7f0abfd1a30ecbdd (patch)
treea5b6b9655d73f158c22ecc70bcb65535226fd4ac /gems/activerecord-gitlab
parent65a0673d76bb86d6acca6dc3ab42dc91a04f56c2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'gems/activerecord-gitlab')
-rw-r--r--gems/activerecord-gitlab/lib/activerecord-gitlab.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/gems/activerecord-gitlab/lib/activerecord-gitlab.rb b/gems/activerecord-gitlab/lib/activerecord-gitlab.rb
new file mode 100644
index 00000000000..31cf29c70a1
--- /dev/null
+++ b/gems/activerecord-gitlab/lib/activerecord-gitlab.rb
@@ -0,0 +1,5 @@
+# rubocop:disable Naming/FileName
+# frozen_string_literal: true
+
+require_relative "active_record/gitlab_patches"
+# rubocop:enable Naming/FileName