search for: address_on

Displaying 2 results from an estimated 2 matches for "address_on".

Did you mean: address_one
2008 Dec 02
4
Am I wrong or is fields_for not working right in Rails 2.2.2
...al => ''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&...
2006 Mar 13
4
Trouble Using AR Object based on a Piggyback Query?
...Console output is below, and any help is very much appreciated! (I can also post my model object if needed.) # This is a regular old ActiveRecord object >> obj => #<ContractHc:0x22f40ec @attributes={"hc_zip"=>nil, "coi_signature"=>"asd", "hc_address_one"=>"16 Wetfoot Road", "hc_organization"=>"GFH Inc.", "coi_signature_date"=>"2006-03-08 13:22:10", "id_people"=>"1", "id_projects"=>"1", "hc_ssn"=>"", "hc_recipie...