class BookController { def list = { log.info "Executing action $actionName" render(view:actionName) } }