ramblex
Results
2
comments of
ramblex
I'm glad you found some use with the example! It's a great idea to get the edit form as a modal too. I have a couple of comments to make...
Hi @saqlainriaz, recursive_on_duplicate_key_update supports specifying which columns to update for nested associations using something like the following where the tree is topics -> books -> chapters. ``` Topic.import new_topics, recursive:...