ManageIQ/manageiq

View on GitHub
app/models/miq_report/formatters/timeline.rb

Summary

Maintainability
A
0 mins
Test Coverage
F
50%
module MiqReport::Formatters::Timeline
  def to_timeline
    ReportFormatter::ReportRenderer.render(:timeline) do |e|
      e.options.mri = self # set the MIQ_Report instance in the formatter
    end
  end
end