Octavian Rasnita wrote: > sub bunatati : General { > my ( $self, $c ) = @_; > $c->res->body("okokok"); > } As far as I can see ( from http://search.cpan.org/~jrockway/Catalyst-Manual-5.700501/lib/Catalyst/Manual/Intro.pod#Actions ) there's no such thing as a "General" action, but there is a "Global" action ...