I have implemented Audited and everything works well. The only thing I can't figure out is how to add an "audit_comment" when I am deleting a record. I can successfully add it when updating or creating, but I dont see anything that would allow me to add a comment on delete.
My example is that I can either delete a record directly or it gets deleted by a callback from a related association. So I want to add the comment to the audit based on the situation..."Removed directly by user" or "Removed through parent removal"
Am I missing something in the audited documentation?