Displaying 1 result from an estimated 1 matches for "category_associ".
2007 Nov 06
2
has_many :through problem
I''m building a simple support ticket system for use in our office. I''ve
got a model called Ticket and one called Category and I''m trying to set
it up so that I can add categories at will and assign many categories to
a single ticket.
I''m trying to use the has_many :through association to accomplish this,
but I''ve run into an issue.
Here''s