ManageIQ/manageiq

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

Summary

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