diff options
Diffstat (limited to 'lib/api/entities/user_path.rb')
-rw-r--r-- | lib/api/entities/user_path.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/api/entities/user_path.rb b/lib/api/entities/user_path.rb index 7d922b39654..3f007659813 100644 --- a/lib/api/entities/user_path.rb +++ b/lib/api/entities/user_path.rb @@ -12,3 +12,5 @@ module API end end end + +API::Entities::UserPath.prepend_if_ee('EE::API::Entities::UserPath') |