2
Hello,
I need to overwrite the "create" method from Windows to make a certain logic before saving the user. However I do not know the path of the stones to make such a change. I already googled but the examples were not clear to me.
I generated the controllers for the "User" model created by the device via the command rails g devise:controllers users
. And I thought about overwriting the "create" method generated in this controller, and at that point I stopped!
Kindly post the path I must follow ?