active_admin_import
active_admin_import copied to clipboard
Store result ids on ImportResult (postgres only)
I was looking for a solution to https://github.com/activeadmin-plugins/active_admin_import/issues/179
Luckily I'm using postgres, and activerecord-import stores the ids for postgres: https://github.com/zdennis/activerecord-import#return-info
I understand this is not the ideal solution for everyone, but it's consistent with the behavior of the underlying base library.
Let me know if this is something you would like to add or if you need any other changes.