[Catalyst-commits] r7292 - trunk/examples/CatalystAdvent/root/2007
zamolxes at dev.catalyst.perl.org
zamolxes at dev.catalyst.perl.org
Thu Dec 13 10:28:15 GMT 2007
Author: zamolxes
Date: 2007-12-13 10:28:15 +0000 (Thu, 13 Dec 2007)
New Revision: 7292
Modified:
trunk/examples/CatalystAdvent/root/2007/13.pod
Log:
s/root controller/myapp.pm/
Modified: trunk/examples/CatalystAdvent/root/2007/13.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2007/13.pod 2007-12-13 03:48:50 UTC (rev 7291)
+++ trunk/examples/CatalystAdvent/root/2007/13.pod 2007-12-13 10:28:15 UTC (rev 7292)
@@ -83,7 +83,7 @@
=head2 Useful code snippets
-You could add these in your root controller to make them available for all your actions.
+You could add these in MyApp.pm to make them available for all your actions.
sub action_uri {
my ($c, $controller, $action, @params) = @_;
@@ -111,4 +111,4 @@
Simon Elliott (purge, cpan at browsing.co.uk)
-=cut
\ No newline at end of file
+=cut
More information about the Catalyst-commits
mailing list