Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-09 21:08:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-09 21:08:33 +0300
commite440e09fe47e84c45f9ed9acc3ec1213846e8be4 (patch)
tree5ad7c327c3a6edb620ed49f0762ea958db40fdfb /app/presenters/clusterable_presenter.rb
parent9c39a0a9b81f06f6345a6b6e071b8e8cd249c064 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/presenters/clusterable_presenter.rb')
-rw-r--r--app/presenters/clusterable_presenter.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/presenters/clusterable_presenter.rb b/app/presenters/clusterable_presenter.rb
index a316793dae9..03e26b92922 100644
--- a/app/presenters/clusterable_presenter.rb
+++ b/app/presenters/clusterable_presenter.rb
@@ -48,14 +48,6 @@ class ClusterablePresenter < Gitlab::View::Presenter::Delegated
raise NotImplementedError
end
- def install_applications_cluster_path(cluster, application)
- raise NotImplementedError
- end
-
- def update_applications_cluster_path(cluster, application)
- raise NotImplementedError
- end
-
def clear_cluster_cache_path(cluster)
raise NotImplementedError
end