Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-07 15:08:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-07 15:08:05 +0300
commitedb317e9fe43c62229805fae529c550467ee5dc5 (patch)
tree90c590ea021e657b828685ac4459713913928dc9 /app/finders
parentbdd03bc52aee1c3f37e25ae9b1fc8a27885b7428 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/finders')
-rw-r--r--app/finders/clusters/agents_finder.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/finders/clusters/agents_finder.rb b/app/finders/clusters/agents_finder.rb
index 136bbf16981..d0b1240157c 100644
--- a/app/finders/clusters/agents_finder.rb
+++ b/app/finders/clusters/agents_finder.rb
@@ -2,6 +2,8 @@
module Clusters
class AgentsFinder
+ include FinderMethods
+
def initialize(project, current_user, params: {})
@project = project
@current_user = current_user