summaryrefslogtreecommitdiff
path: root/app/finders/group_projects_finder.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/finders/group_projects_finder.rb')
-rw-r--r--app/finders/group_projects_finder.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/finders/group_projects_finder.rb b/app/finders/group_projects_finder.rb
index 5e0dbbfca2e..8ab5072fdc6 100644
--- a/app/finders/group_projects_finder.rb
+++ b/app/finders/group_projects_finder.rb
@@ -100,3 +100,5 @@ class GroupProjectsFinder < ProjectsFinder
group.shared_projects
end
end
+
+GroupProjectsFinder.prepend_if_ee('EE::GroupProjectsFinder')