aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI/Controller/TestModel/Foo.pm
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-12-15 21:07:15 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-12-15 21:07:15 +0000
commit273d286edc1da92d568fdb9a77b215f08e7120ff (patch)
tree9c79cc1e808a8f3e741a3c7a6b28a2ca5102ab97 /lib/ComponentUI/Controller/TestModel/Foo.pm
parentaa15b8c15992caa0b57c5066865b675c5d8587dc (diff)
parent58db82a4efc562dacc3d4123a0583e94f8b48db3 (diff)
downloadreaction-273d286edc1da92d568fdb9a77b215f08e7120ff.tar.gz
reaction-273d286edc1da92d568fdb9a77b215f08e7120ff.zip
r31728@martha (orig r1248): wreis | 2009-10-20 21:26:07 -0400
adding failing use case
Diffstat (limited to 'lib/ComponentUI/Controller/TestModel/Foo.pm')
-rw-r--r--lib/ComponentUI/Controller/TestModel/Foo.pm6
1 files changed, 6 insertions, 0 deletions
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__;