mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 08:31:39 -04:00
lk | doesn't display clients without agencies on the print select page
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FactoryGirl.define do
|
||||
factory :agency do
|
||||
sequence(:name) { |n| "Agency #{n}" }
|
||||
end
|
||||
end
|
||||
@@ -4,6 +4,5 @@ FactoryGirl.define do
|
||||
last_name "Doe"
|
||||
application_date Date.new(2010, 03, 02)
|
||||
gender "Male"
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user