Posts by Bruno Assis • 11 points
1 post
-
1
votes1
answer108
viewsA: How to model a comment system
Your history table also needs to have the id of the User who made the comment. After that, add a belongs_to :usuario (for example). To list the table chamada with the table usuario, using the table…