adding failing use case
wreis [Wed, 21 Oct 2009 01:26:07 +0000 (01:26 +0000)]
lib/ComponentUI/Controller/TestModel/Foo.pm

index 04a56e8..8730432 100644 (file)
@@ -66,6 +66,12 @@ override _build_action_viewport_args => sub {
   return $args;
 };
 
+sub object : Chained('base') PathPart('id') CaptureArgs(1) {
+    my ($self, $c, $object) = @_;
+    $self->next::method($c, $object);
+    # just as failing use case
+}
+
 1;
 
 __END__;