Dennis Daupert <[EMAIL PROTECTED]> wrote:
I want to update my join table 'user_quotes' using the logged-in user's id.I found it!
my $user_id = $c->user->user->id;
Weird, since my users table is named 'users' and not user. But I can't argue with what works.
/dennis
_______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
