Index: Catalyst.pm =================================================================== --- Catalyst.pm (revision 6064) +++ Catalyst.pm (working copy) @@ -241,9 +241,14 @@ =head2 $c->action -Returns a L object for the current action, which -stringifies to the action name. See L. +Returns a L object for the current action, or the +L object when your current action is part of a +chain. In either case this method will stringify to the action name. +See L for more about Action objects. +See L for more about ActionChains. +See L for more about chained Actions. + =head2 $c->namespace Returns the namespace of the current action, i.e., the URI prefix