Displaying 1 result from an estimated 1 matches for "customer_address_name".
2006 Apr 25
0
How to manage one to many within application.
...Does it post it in some sort of
array?
I cannot find any examples on the web on how to do this properly, but if
you know of any please share them.
Here is my code for this so far.
_address_form
<!--[form:address]-->
<% session[:customer].addresses.each do %>
<label for="customer_address_name">Address Title</label><br>
<%= text_field ''address'', ''name'' %> <br>
<label for="customer_address_email">Email</label><br/>
<%= text_field ''address'', ''address...