I'm pretty new to ROR so I'm stuck at the moment with this problem.
I'm setting up an application with articles and templates. I want to create templates with many articles, and the same articles can be assigned to several different templates. So when you create a templates I want to assign articles to it. You will think directly use a has_many association but I don't think this grasps my problem.
I want to assign articles to multiple templates so I thought using a linking table of some sort would be at place here.
But I don't know how to do it in rails! Or what kind of solution I should look for.
Is there anybody who could advise me with this problem ?