Ruby on Rails: how to efficiently save nested attributes (recursively)?
I’m using Rails 6.1.3.2
and trying to make saving of nested attributes more efficient. The database used is MySQL.
I’m using Rails 6.1.3.2
and trying to make saving of nested attributes more efficient. The database used is MySQL.