You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing models with associations and the main model fails to validate, Activerecord-Import will import the associations anyway. This is with the recursive: true option.
When importing models with associations and the main model fails to validate, Activerecord-Import will import the associations anyway. This is with the
recursive: true
option.The problem is here:
activerecord-import/lib/activerecord-import/import.rb
Line 749 in 5c0efb8
The models that failed to validate need to be filtered out from the
models
variable. I don't have time right now to do a PR.The text was updated successfully, but these errors were encountered: