Commit 3d276656 authored by Luke Duncalfe's avatar Luke Duncalfe

Remove unused `with_custom_integration_compared_to`

The method is not called, and calls a class method on `Project` that
no longer exists.
parent dcdb6883
......@@ -34,10 +34,6 @@ module IntegrationsActions
end
end
def custom_integration_projects
Project.with_custom_integration_compared_to(integration).page(params[:page]).per(20)
end
def test
render json: {}, status: :ok
end
......
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