Commit 38fe3418 authored by Douwe Maan's avatar Douwe Maan

Merge branch 'dz-fix-seed-fu' into 'master'

Explictly require Gitlab::Utils in ProjectFeaturesCompatibility

Closes #41390

See merge request gitlab-org/gitlab-ce!16107
parents 2972352a 8c0e571a
......@@ -2,6 +2,7 @@
#
# After migrating issues_enabled merge_requests_enabled builds_enabled snippets_enabled and wiki_enabled
# fields to a new table "project_features", support for the old fields is still needed in the API.
require 'gitlab/utils'
module ProjectFeaturesCompatibility
extend ActiveSupport::Concern
......
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