r62507@cain (orig r402): groditi | 2007-11-14 18:33:11 +0000
[catagits/Reaction.git] / lib / Reaction / UI / ViewPort / GridView / Action.pm
index a4eeab3..51ae09e 100644 (file)
@@ -15,7 +15,7 @@ class Action is 'Reaction::UI::ViewPort', which {
     $self->label( $self->label->($self->target) ) if ref $self->label eq 'CODE';
   };
 
-  implements build_uri => as{
+  implements _build_uri => as{
     my $self = shift;
     my $c = $self->ctx;
     my ($c_name, $a_name, @rest) = @{ $self->action->($self->target, $c) };