search for: billing_address_address_on

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

2008 Dec 02
4
Am I wrong or is fields_for not working right in Rails 2.2.2
...%= render :partial => ''billing_addresses/form'', :locals => { :f => billing_address_form } %> <%- end -%> This however, is not scoping the user object around the billing address form fields because when I view source, I see this: <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&...