I'm developing an application in Rails. I would like to know how to model the comments part. There is a table for the calls (Helpdesk system), and it is related to the history table, which is the comments. My question is, how can I find out who made a comment, because the call table is related to the table of call_funcionarios, and the table of users, and I need to filter who commented.