[Catalyst] help with :Path and config

John M. Dlugosz wxju46gefd at snkmail.com
Fri Apr 8 11:22:23 GMT 2011


To achieve what you want, change the config:
> __PACKAGE__->config->{path} = '/secret_path';
>
> method index($c) :Path  {    }
>
>
> Charlie
>
Thanks.  I found that mentioned in the COntroller docs, once you mentioned it.  However, 
it also refers to :PathPrefix as well as :Local, :Path, etc, which I've not seen 
documented elsewhere.  What's that?




More information about the Catalyst mailing list