search for: reg_fil

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

2012 Aug 16
6
undefined method `with_indifferent_access' for "":String
...his is the code from the view where I create this elements = form_for @comp, :html => {:id => "new_form", :onsubmit => "return validate_form()"}, :remote => true do |f| = f.fields_for :comprobante_emis_regs_attributes do |cer| = cer.collection_select :reg_fil, current_contribuyente.contribuyente_regs, :reg_fil, :reg_fil, {:include_blank => false}, :class => ''reg_fil'', :name => "comp[comp_emis_regs_attributes][0][reg_fil]" Somebody has run into this issue i''m really running out of ideas of how to fix this....