don't need home=nil

master
Matt Huntington 8 years ago
parent 46e637a953
commit 1be3d5924b

@ -49,8 +49,6 @@ class Person
"state" => result["state"], "state" => result["state"],
} }
) )
else
home = nil
end end
new_person = Person.new( new_person = Person.new(
{ {
@ -106,8 +104,6 @@ class Person
"state" => result["state"], "state" => result["state"],
} }
) )
else
home = nil
end end
employers = results.map do |result| employers = results.map do |result|
Company.new({ Company.new({

Loading…
Cancel
Save