The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MyAppDB::UserRole - A model object representing the JOIN between Users and Roles.

DESCRIPTION

This is an object that represents a row in the 'user_roles' table of your application database. It uses DBIx::Class (aka, DBIC) to do ORM.

You probably won't need to use this class directly -- it will be automatically used by DBIC where joins are needed.

For Catalyst, this is designed to be used through MyApp::Model::MyAppDB. Offline utilities may wish to use this class directly.