[Rails] CSV Import Issue

2012-05-01 Thread Rahul B.
Hi, This seems to be a very small error but I cannot find any solution to this problem.. I am trying to use the CSV gem in my rails(3.2) application(ruby 1.9.3) and I am getting an error NoMethodError. My controller is: require 'csv' def import file = params[:file] -- error

Re: [Rails] CSV Import Issue

2012-05-01 Thread Michael Pavling
On 1 May 2012 17:29, Rahul B. li...@ruby-forum.com wrote: I am getting an error NoMethodError. The error would have told you which line and file the error was on. If you can share that information, then it may be easier to help suggest solutions. -- You received this message because you are