RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: maheshbablu17
undefined method `path' for "test.csv":String Did you mean? pathmap
def self.import(file) CSV.foreach(file.path, headers: true) do |row| puts "upload" end end
undefined method `path' for "test.csv":String Did you mean? pathmap
def self.import(file)
CSV.foreach(file.path, headers: true) do |row|
puts "upload"
end
end