Displaying 1 result from an estimated 1 matches for "factura_form".
2009 Jun 29
0
Problem with 2.3 nested forms and new elements
...quot;>
<tr>
<th>Artículo</th>
<th>Unids.</th>
<th>Precio</th>
<th>Total</th>
</tr>
<%= render :partial => ''linea'', :collection => @factura.lineas,
:locals => { :pf => factura_form } %>
</table>
<p>
<%= add_linea_link "Añadir linea", factura_form %>
</p>
********** _linea.erb.rhtml fragment ************
<tr class="linea">
<% pf.fields_for :lineas, linea do |linea_form| %>
<td><%= linea_form.col...