Yea you were right, the problem was with the name of the join table
and model. I thought that was the naming convention, but thats
apparently for has_and_belongs_to_many, and its better to have a
meaningful singular name for the join table using :through.
Yea you were right, the problem was with the name of the join table
and model. I thought that was the naming convention, but thats
apparently for has_and_belongs_to_many, and its better to have a
meaningful singular name for the join table using :through.
I agree--their naming syntax is somehow lacking, in this instance