在导入 csv 时我遇到了这个问题
`def self.import(file)
binding.pry
CSV.new(file.path, headers: true) do |row|
puts "upload"
end
end`
在导入 csv 时我遇到了这个问题
`def self.import(file)
binding.pry
CSV.new(file.path, headers: true) do |row|
puts "upload"
end
end`