mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 08:31:39 -04:00
Louis | Adds client waiting list to client list
This commit is contained in:
@@ -35,7 +35,7 @@ namespace :db do
|
||||
weight: rand(100) + 100,
|
||||
helmet: [true, false].sample,
|
||||
lock: [true, false].sample,
|
||||
completion_date: rand(30.days).ago,
|
||||
completion_date: [rand(30.days).ago, nil].sample,
|
||||
bike_type_requested: ["Cruiser", "Road", "Mountain"].sample,
|
||||
will_pay: [true, false].sample,
|
||||
notes: "A great client!",
|
||||
|
||||
Reference in New Issue
Block a user