Hi all
I have users and messages, messages can be deleted by both receiver and sender, without affecting the each-other view.
so when the sender deletes the message the receiver still sees it, hope I’m clear.
I wouldd just add two attributes, sender_archived_at and receiver_archived_at, but I rather manage it with rails_acts_as_paranoid, is it possible and how?
Thanks in advance
I had a better look at the plugin, and I’m confident that there is no way (yet) for doing that with acts_as_paranoid