Commit 506a5e74 authored by Emily Ring's avatar Emily Ring Committed by Tiger

Started params query

parent 5f5d3f1d
......@@ -2,9 +2,10 @@
module Clusters
class AgentsFinder
def initialize(project, current_user)
def initialize(project, current_user, params: {})
@project = project
@current_user = current_user
@params = params
end
def execute
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment