Hardcode clusters helper in CE

This commit is contained in:
Matija Čupić 2017-12-18 14:35:08 +01:00
parent dd66c6a2d8
commit 2b45ae0933
No known key found for this signature in database
GPG Key ID: 4BAF84FFACD2E5DE
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
module ClustersHelper
def has_multiple_clusters?(project)
project.feature_available?(:multiple_clusters)
false
end
end