I am following the Import CSV Railscast and it is straight forward.
I added require \'csv\' to my config/application.rb
require \'csv\'
config/application.rb
In my
From the comment: You are most probably submitting the form without choosing a file :)