While importing csv I'm facing this issue
`def self.import(file)
binding.pry
CSV.new(file.path, headers: true) do |row|
puts "upload"
end
end`
While importing csv I'm facing this issue
`def self.import(file)
binding.pry
CSV.new(file.path, headers: true) do |row|
puts "upload"
end
end`
Copyright © 2021 Jogjafile Inc.