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
+1 -1
View File
@@ -20,10 +20,10 @@ Bikedb::Application.routes.draw do
get 'receipt' => 'freecyclery#receipt'
get 'print_select' => 'clients#print_select', on: :collection
get 'print_receipts' => 'clients#print_receipts', on: :collection
end
get 'closed_applications' => 'freecyclery#closed_applications'
get 'available_bikes' => 'freecyclery#available_bikes'
get 'bikes_sold_per_year' => 'reports#bikes_sold_per_year'
get 'bikes_fixed_per_week' => 'reports#bikes_fixed_per_week'
end