From f07d445b0c3296b3070221ccd70443fba15ba708 Mon Sep 17 00:00:00 2001 From: James Fargher Date: Tue, 7 May 2019 08:49:27 +1200 Subject: Remove duplicate clusterable presenter method --- app/presenters/project_clusterable_presenter.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'app/presenters/project_clusterable_presenter.rb') diff --git a/app/presenters/project_clusterable_presenter.rb b/app/presenters/project_clusterable_presenter.rb index cc0e40e6ab8..8661ee02b68 100644 --- a/app/presenters/project_clusterable_presenter.rb +++ b/app/presenters/project_clusterable_presenter.rb @@ -24,11 +24,6 @@ class ProjectClusterablePresenter < ClusterablePresenter project_cluster_path(clusterable, cluster, params) end - override :clusters_path - def clusters_path(params = {}) - project_clusters_path(clusterable, params) - end - override :sidebar_text def sidebar_text s_('ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way.') -- cgit v1.2.1