diff options
Diffstat (limited to 'app/models/project_feature.rb')
-rw-r--r-- | app/models/project_feature.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/project_feature.rb b/app/models/project_feature.rb index 15f6bedfc2e..eb4ad327438 100644 --- a/app/models/project_feature.rb +++ b/app/models/project_feature.rb @@ -145,4 +145,4 @@ class ProjectFeature < ApplicationRecord end end -ProjectFeature.prepend_if_ee('EE::ProjectFeature') +ProjectFeature.prepend_mod_with('ProjectFeature') |