search for: porshce

Displaying 1 result from an estimated 1 matches for "porshce".

Did you mean: porsche
2009 Jul 08
0
accepts_nested_attributes_for and has_one
...version: http://pastie.org/538782) >> d = Driver.create :name => "Homer", :age => 40 => #<Driver id: 1, name: "Homer", age: 40, created_at: "2009-07-08 16:54:44", updated_at: "2009-07-08 16:54:44"> >> d.create_car :make => "Porshce", :model => "911" => #<Car id: 1, driver_id: 1, make: "Porshce", model: "911", created_at: "2009-07-08 16:55:26", updated_at: "2009-07-08 16:55:26"> >> d.new_record? => false >> d.car.new_record? => false >>...