Displaying 1 result from an estimated 1 matches for "customer_address".
2006 Jan 03
6
Am I going too far or Rails is just confusing? was {validates_presence_of *_id attributes}
...t;
<%= text_field ''customer'', ''name'' %></p>
<p><label for="customer_phone">Phone</label><br />
<%= text_field ''customer'', ''phone'' %></p>
<p><label for="customer_address">Address</label><br />
<%= text_field ''customer'', ''address'' %></p>
<p><label for="customer_rank">Rank</label><br />
<%= select ''customer'', ''rank'', Rank.find...