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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user