http://qs321.pair.com?node_id=709357


in reply to dbix::class relationship problem or TT object handling problem?

You would get the same results from the tutorial if you called c.user.obj.roles instead of c.user.roles, the object returned by c.user is not a DBIx::Class object, it's a subclass of Catalyst::Authentication::User, in particular if you are using Catalyst::Authentication::Store::DBIx::Class then it's a Catalyst::Authentication::Store::DBIx::Class::User object, and calling ->roles on it returns an array of strings, not objects.


www.jasonkohles.com
We're not surrounded, we're in a target-rich environment!