r31500@martha (orig r1229): purge | 2009-09-11 05:51:11 -0400
[catagits/Reaction.git] / lib / Reaction / UI / Controller / Collection.pm
index d37f958..38cd61d 100644 (file)
@@ -8,7 +8,7 @@ use aliased 'Reaction::UI::ViewPort::Collection::Grid';
 __PACKAGE__->config(
   action => {
     list => { Chained => 'base', PathPart => '' },
-    object => { Chained => 'base', PathPart => 'id', CaptureArgs => 1, },
+    object => { Chained => 'base', PathPart => 'id' },
     view => { Chained => 'object', },
   },
 );