Posts by Leandro Matheus • 1 point
2 posts
-
0
votes1
answer24
viewsA: Problems using nested_attributes and Devise
Yes, I was being very stupid and I forgot about the importance of id, it was only leaving the same as allowed attribute that started to occur the update and not Destroy. But the id is saved with…
-
0
votes1
answer24
viewsQ: Problems using nested_attributes and Devise
I’m creating a user settings form that uses Devise, I’m using nested Attributes, but for some reason the settings record is not updated, but deleted, someone has any idea what might be going on?…