Louis | Adds client waiting list to client list

This commit is contained in:
Loos
2014-09-24 20:08:05 -04:00
parent 884d95bb5c
commit 048d765c2e
5 changed files with 60 additions and 26 deletions
+1 -1
View File
@@ -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!",