Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: dbix::class relationship problem or TT object handling problem?

by jasonk (Parson)
on Sep 05, 2008 at 18:08 UTC ( [id://709357]=note: print w/replies, xml ) Need Help??


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!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://709357]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-18 18:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found