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

6 lines
80 B
Ruby
Raw Normal View History

module ClustersHelper
def has_multiple_clusters?(project)
2017-12-18 08:35:08 -05:00
false
end
end