I'm getting an error for the 'check password' part of the tut: *Can't locate object method "check" via package "Mojolicious::Lite" at myapp.pl*
I get the same for 'method secret' part as well Here are the offending codes: app->secrets(['Mojolicious rocks']); return $c->render unless $c->users->check($user, $pass); I can post all the code, but it's exactly the same as in the tutorial. Any insight would be appreciated. btw I am brand new to Mojolicious, but I have some experience in perl. -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
