Commit 5be0bb79 authored by Sean McGivern's avatar Sean McGivern

Merge branch...

Merge branch '11505-broken-master-lint-duplicatemethods-method-clusterablepresenter-clusters_path-is-defined-at-both-app-presenters-clusterable_presenter-rb' into 'master'

Resolve "Broken master: Lint/DuplicateMethods: Method ClusterablePresenter#clusters_path is defined at both app/presenters/clusterable_presenter.rb"

Closes #11505

See merge request gitlab-org/gitlab-ee!12339
parents ef9774da c97463e3
......@@ -56,10 +56,6 @@ class ClusterablePresenter < Gitlab::View::Presenter::Delegated
raise NotImplementedError
end
def clusters_path(params = {})
raise NotImplementedError
end
def empty_state_help_text
nil
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment