Subject: | Text tells me to set up many-to-many relationships, DBIC already did |
In this section: http://search.cpan.org/~ether/Catalyst-Manual-5.9007/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod#Updating_the_Generated_DBIx::Class_Result_Class_Files
and this section: http://search.cpan.org/~ether/Catalyst-Manual-5.9007/lib/Catalyst/Manual/Tutorial/05_Authentication.pod#Add_User_and_Role_Information_to_DBIC_Schema
...of the Catalyst tutorial, the tutorial text instructs the user to add some many_to_many "relationships" to their model. In fact, when I was working through the tutorial, I found that DBIC handled this for me -- and they were already created.
Not a huge issue but it'd be nice to fix up in a future iteration of the tutorial. I'm happy to be told where to submit a fix and do so :-)