Closed danilogarcia024 closed 6 years ago
Can you attach the file? What else does it say in your rails_admin_import.log? Did you turn on config.logging = true?
I added a new before_import_associations(record)
hook that should help in situations like these
I'm trying to create an association where it does not exist before rails_admin_import gem is going to import a record.
It's not creating the association.
An image of the error when I upload a file:
What could be happening here?