Module: BrokenWindow::ApplicationHelper

Defined in:
app/helpers/broken_window/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#metric_up_path(metric) ⇒ Object



3
4
5
6
7
8
9
# File 'app/helpers/broken_window/application_helper.rb', line 3

def metric_up_path(metric)
  if metric.parent
    metric_path metric.parent
  else
    metrics_path
  end
end