I have one model User and will be creating another one Category.
Both will have a HABTM relationship between both.
I have not created the Category model yet.
But, when I am generating it at the command line, can I also generate the join table?
If so, how?
Thanks.
As far as I can find, there is no way to generate the join table for a HABTM association at the command-line.