diff options
Diffstat (limited to 'lib/api/helpers/groups_helpers.rb')
-rw-r--r-- | lib/api/helpers/groups_helpers.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/api/helpers/groups_helpers.rb b/lib/api/helpers/groups_helpers.rb index 6af12828ca5..585ae1eb5c4 100644 --- a/lib/api/helpers/groups_helpers.rb +++ b/lib/api/helpers/groups_helpers.rb @@ -38,3 +38,5 @@ module API end end end + +API::Helpers::GroupsHelpers.prepend_if_ee('EE::API::Helpers::GroupsHelpers') |