--- trunk/lib/Transports/Model/Destination.pm 2006/05/26 18:35:08 22 +++ trunk/lib/Transports/Model/Destination.pm 2006/05/30 18:50:16 47 @@ -18,11 +18,6 @@ # Your model-specific methods go here. -sub available_values { - my $self = shift; - return $self->column("name")->valid_values; -} - =head2 current_user_can ACTION Let everybody create, read and update, but not delete.