Displaying 1 result from an estimated 1 matches for "characters_skills".
2006 Jun 11
2
HABTM Duplicates?
Hello all,
I''m working on a small Rails site for a game I play that will
be used to add new characters. Part of this addition process is choosing what
skills the character will have. For this, in MySQL, I have a characters table
and a skills table, as well as a characters_skills table that is used as the
join table in the habtm relationship between the two. I am presenting the
skills in select boxes, which are separated based on the category of the skill.
Everything is working well, except for one issue. Due to the nature of
this game, skills can be selected multiple tim...