lk | adds report for bikes fixed per week and some notes

This commit is contained in:
Louis Knapp
2016-07-17 11:56:49 -05:00
parent 87577ab14e
commit daa4b912e6
5 changed files with 42 additions and 3 deletions
+3
View File
@@ -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