I am confused that there is an ActiveRecord removal as well as destruction.
In my controller, I want to delete a user in my delete action.
The result will be that this instance, represented by the user model, no longer exists in the database.
What method should I use for this?
source
share