Class: Railswatch::Reports::AnnotationsReport
- Inherits:
-
Object
- Object
- Railswatch::Reports::AnnotationsReport
- Defined in:
- lib/railswatch/reports/annotations_report.rb
Instance Method Summary collapse
Instance Method Details
#data ⇒ Object
6 7 8 9 10 |
# File 'lib/railswatch/reports/annotations_report.rb', line 6 def data { xaxis: Railswatch::Events::Record.all.map(&:to_annotation) } end |