From: Florian Ragwitz Date: Tue, 19 Jan 2010 16:02:17 +0000 (+0000) Subject: And another minor tweak. X-Git-Tag: 5.80019~13^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=4d4e5de8d391ea3351093be5a1bed02b3d29c32c And another minor tweak. --- diff --git a/lib/Catalyst/Controller.pm b/lib/Catalyst/Controller.pm index 9c230e9..9f52b3f 100644 --- a/lib/Catalyst/Controller.pm +++ b/lib/Catalyst/Controller.pm @@ -448,7 +448,7 @@ Sets 'path_prefix', as described below. =head2 action_args -Allows you to set constructor arguments on your Actions. You can set arguments +Allows you to set constructor arguments on your actions. You can set arguments globally (for all actions of the controller) and specifically (for a single action). This is particularly useful when using Cs (L) and custom Ces.