Displaying 1 result from an estimated 1 matches for "customer_new".
2006 Apr 25
0
How to manage one to many within application.
...= text_field ''customer'', ''name'' %> <br>
<label for="customer_email">Email</label><br/>
<%= text_field ''customer'', ''email'' %> <br>
.....
<!--[eoform:customer]-->
#customer_new
<% @page_title = "New Customer"%>
<center><%= link_to ''Back'', :action => ''customer_list'' %></center>
<br>
<%= start_form_tag :action => ''customer_create'' %>
<%= render :partial => '...