Closed gustavo-iha closed 2 years ago
@Wowu @codealchemy have you run into this issue with rails_admin 3.0.0? It was working with rails_admin 3.0.0 beta in #120
@monkbroc I'm not using it on any current projects, though https://github.com/railsadminteam/rails_admin/commit/3f676371ce7fc088220095afa12d3e20c2c6123a may be related (foreign_key
was removed from association
- in which case this error may be reproducible on 3.0.0 beta builds, I could be missing something but I don't see any tests here that cover rendering the template where this is raised)
Ah cool, it might just be a switch from foreign_key
to associated_primary_key
I published rails_admin_import
version 3.0.1 with a fix for this. Let me know if that works for you!
I have an application with the following specs:
rails_admin
3.0.0rails_admin_import
3.0.0When I open the "Import" tab on a rails_admin record it raises an error.
Full error description: full-error-description.txt