diff options
Diffstat (limited to 'app/models/identity.rb')
-rw-r--r-- | app/models/identity.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/identity.rb b/app/models/identity.rb index fc97c68b756..df1185f330d 100644 --- a/app/models/identity.rb +++ b/app/models/identity.rb @@ -51,4 +51,4 @@ class Identity < ApplicationRecord end end -Identity.prepend_if_ee('EE::Identity') +Identity.prepend_mod_with('Identity') |