search for: add_linea_link

Displaying 1 result from an estimated 1 matches for "add_linea_link".

2009 Jun 29
0
Problem with 2.3 nested forms and new elements
...=> ''nombre'') @articulos = Articulo.find(:all, :order => ''nombre'') respond_to do |format| format.html # new.html.erb format.xml { render :xml => @factura } end end ********** facturas_helper.rb fragment **************** def add_linea_link(name, form) link_to_function name do |page| nueva_linea = @factura.lineas.build linea = render(:partial => ''linea'', :locals => { :pf => form, :linea => nueva_linea}) page << %{ var new_linea_id = "new_" + new Date(...