X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FController.pm;h=5b94aaa3e12e8f1bbfff807a72eb4b5c5da3a5ed;hb=41c0e09a56ab8ea4cc2dc249e7989101169189d0;hp=31b96d26014072d2e6c20cffd92fbde3bd3b85cf;hpb=813b9a18b9d33b7275d054a5ce04fe05e4c5d3c6;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Controller.pm b/lib/Catalyst/Controller.pm index 31b96d2..5b94aaa 100644 --- a/lib/Catalyst/Controller.pm +++ b/lib/Catalyst/Controller.pm @@ -488,7 +488,7 @@ Sets 'path_prefix', as described below. Allows you to set the attributes that the dispatcher creates actions out of. This allows you to do 'rails style routes', or override some of the -attribute defintions of actions composed from Roles. +attribute definitions of actions composed from Roles. You can set arguments globally (for all actions of the controller) and specifically (for a single action).