0
I have a Model Info and a Model Complement that are related one to one.
The relationships are already working properly, I can pull the data and such, but I need to do an update and do not know how.
Currently I receive all data on request
, but I just do the update
table Infos, as I would also update the table data complements in accordance with the info to which it belongs?
Hello @Wallacemaxters, I even tried to do it that way now, but I couldn’t. Anyway I ended up finding a better solution for my need with firstOrNew
– Raylan Soares