diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-05-11 21:10:21 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-05-11 21:10:21 +0000 |
| commit | 0ae8428c8e77d5d7e098827be688b1f146321af1 (patch) | |
| tree | cfc80aac796be0dd42ce32a1bd79c8327071993d /lib/feature.rb | |
| parent | f020d5dc9bf42fe27b1451af34e7ab3a0c38d344 (diff) | |
| download | gitlab-ce-0ae8428c8e77d5d7e098827be688b1f146321af1.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/feature.rb')
| -rw-r--r-- | lib/feature.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/feature.rb b/lib/feature.rb index 709610b91be..87abd2689d0 100644 --- a/lib/feature.rb +++ b/lib/feature.rb @@ -249,4 +249,4 @@ class Feature end end -Feature::ActiveSupportCacheStoreAdapter.prepend_if_ee('EE::Feature::ActiveSupportCacheStoreAdapter') +Feature::ActiveSupportCacheStoreAdapter.prepend_mod_with('Feature::ActiveSupportCacheStoreAdapter') |
