undefined method `path' for nil:NilClass when trying CSV import

后端 未结 1 815
故里飘歌
故里飘歌 2021-01-14 10:28

I am following the Import CSV Railscast and it is straight forward.

I added require \'csv\' to my config/application.rb

In my

相关标签:
1条回答
  • 2021-01-14 10:44

    From the comment: You are most probably submitting the form without choosing a file :)

    0 讨论(0)
提交回复
热议问题