summaryrefslogtreecommitdiff
path: root/app/presenters/clusterable_presenter.rb
diff options
context:
space:
mode:
authorJames Fargher <proglottis@gmail.com>2019-05-07 08:49:27 +1200
committerJames Fargher <proglottis@gmail.com>2019-05-07 08:49:27 +1200
commitf07d445b0c3296b3070221ccd70443fba15ba708 (patch)
treef313a04a32a8c6770b97488618cfeef30b87eecc /app/presenters/clusterable_presenter.rb
parent0aeef7335f5adcaf345e24377e63b2221721b346 (diff)
downloadgitlab-ce-instance_level_clusters.tar.gz
Remove duplicate clusterable presenter methodinstance_level_clusters
Diffstat (limited to 'app/presenters/clusterable_presenter.rb')
-rw-r--r--app/presenters/clusterable_presenter.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/presenters/clusterable_presenter.rb b/app/presenters/clusterable_presenter.rb
index a9edfc92177..34bdf156623 100644
--- a/app/presenters/clusterable_presenter.rb
+++ b/app/presenters/clusterable_presenter.rb
@@ -52,10 +52,6 @@ class ClusterablePresenter < Gitlab::View::Presenter::Delegated
raise NotImplementedError
end
- def clusters_path(params = {})
- raise NotImplementedError
- end
-
def empty_state_help_text
nil
end