search for: billing_address_address_two

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

2008 Dec 02
4
Am I wrong or is fields_for not working right in Rails 2.2.2
...<p> <label for="billing_address_address_one">Address one</label><br /> <input id="billing_address_address_one" name="billing_address[address_one]" size="30" type="text" /> </p> <p> <label for="billing_address_address_two">Address two</label><br /> <input id="billing_address_address_two" name="billing_address[address_two]" size="30" type="text" /> </p> I''m using Rails 2.2.2 and maybe this never worked the way I''m thinking it...