Hello, I am building a project management application, and I want my clients to be able to comment on multiple things. For instance I have 2 models: milestones, and tickets, I have the foreign keys for both of them in the comments model and linked them with has_many and belongs_to. I am just wondering if this is possible? Or if there is a better way to do it.
Thanks, Ben.