gitlab-org--gitlab-foss/app/helpers/clusters_helper.rb

6 lines
80 B
Ruby

module ClustersHelper
def has_multiple_clusters?(project)
false
end
end