From 58db82a4efc562dacc3d4123a0583e94f8b48db3 Mon Sep 17 00:00:00 2001 From: wreis Date: Wed, 21 Oct 2009 01:26:07 +0000 Subject: adding failing use case --- lib/ComponentUI/Controller/TestModel/Foo.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/ComponentUI/Controller/TestModel/Foo.pm b/lib/ComponentUI/Controller/TestModel/Foo.pm index 04a56e8..8730432 100644 --- a/lib/ComponentUI/Controller/TestModel/Foo.pm +++ b/lib/ComponentUI/Controller/TestModel/Foo.pm @@ -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__; -- cgit v1.2.3