diff options
Diffstat (limited to 'app/models/namespace_setting.rb')
-rw-r--r-- | app/models/namespace_setting.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/namespace_setting.rb b/app/models/namespace_setting.rb index d21f9632e18..75b8169b58e 100644 --- a/app/models/namespace_setting.rb +++ b/app/models/namespace_setting.rb @@ -45,4 +45,4 @@ class NamespaceSetting < ApplicationRecord end end -NamespaceSetting.prepend_if_ee('EE::NamespaceSetting') +NamespaceSetting.prepend_mod_with('NamespaceSetting') |