hstove/issue_stats

View on GitHub
app/jobs/bootstrap_report.rb

Summary

Maintainability
A
0 mins
Test Coverage
class BootstrapReport < ActiveJob::Base
  def perform(report_key)
    Report.from_key(report_key).bootstrap
  end
end