diff --git a/Templates/controller.pm.tem b/Templates/controller.pm.tem index 46a065e..9d01a78 100644 --- a/Templates/controller.pm.tem +++ b/Templates/controller.pm.tem @@ -121,6 +121,12 @@ sub do_update { my $c = shift; $c->app->log->info($c->log_req); + + #for debugging: + $c->app->log->info($c->dumper($c->req->body_params->to_hash)); + $c->app->log->info($c->dumper($c->req->query_params->to_hash)); + $c->app->log->info($c->dumper($c->req->params->to_hash)); + my $modul = ''; #The most common ones - you might want to delete some of these if they are not used.