* Fix an infinite recursion.

This commit is contained in:
Eelco Dolstra 2009-04-03 09:13:34 +00:00
parent 0ae979f652
commit ca11aba074

View file

@ -26,12 +26,6 @@ sub overview : Chained('job') PathPart('') Args(0) {
}
sub all : Chained('job') PathPart Args(0) {
my ($self, $c) = @_;
$c->go($self->action_for("all"));
}
# Hydra::Base::Controller::ListBuilds needs this.
sub get_builds : Chained('job') PathPart('') CaptureArgs(0) {
my ($self, $c) = @_;