Commit b8df77c9 authored by rpereira2's avatar rpereira2

Remove CustomMetricsHelper from EE module

parent db2e0dbf
# frozen_string_literal: true # frozen_string_literal: true
module EE module CustomMetricsHelper
module CustomMetricsHelper
def custom_metrics_data(project, metric) def custom_metrics_data(project, metric)
custom_metrics_path = project.namespace.becomes(::Namespace) custom_metrics_path = project.namespace.becomes(::Namespace)
...@@ -18,5 +17,4 @@ module EE ...@@ -18,5 +17,4 @@ module EE
'legend' => metric.legend.to_s 'legend' => metric.legend.to_s
} }
end end
end
end 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