This commit is contained in:
Nicolas Bally 2022-05-20 18:27:02 +02:00
parent 06ed744c58
commit 77e6847052

View File

@ -31,7 +31,10 @@ module ActsAsCsvImport::Hook
end end
n.save if n.save
else
puts n.errors.messages
end
import_csv.import_csv_elements << ImportCsvElement.new(:element => n) import_csv.import_csv_elements << ImportCsvElement.new(:element => n)