mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 08:31:39 -04:00
lk | adds report for bikes fixed per week and some notes
This commit is contained in:
@@ -5,4 +5,7 @@ class ReportsController < ApplicationController
|
||||
@yearly_data = Report.yearly_data
|
||||
end
|
||||
|
||||
def bikes_fixed_per_week
|
||||
@weekly_data = Report.bikes_fixed_per_week
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user