search for: prov_charges_tot

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

2008 Feb 16
2
NoMethodError... but its not a method!
...arses a CSV during post and puts it into my database. I have two separate CSV upload actions (one is for a bill called "bes" and the other from the provider "prov"). The one for BES works fine. Prov worked perfectly fine before, but now it gives me this error: undefined method `prov_charges_tot='' for #<Prov:0x4674734> The thing is, thats not even supposed to be a method! The relevant part of the view looks like this: <% form_for :dump, :url => { :controller => ''import'', :action => ''bes'' }, :html => { :multipart => true...