From 140d361c181b9c1fc85513c0330be11376629364 Mon Sep 17 00:00:00 2001 From: John Bledsoe <59550+johnbcodes@users.noreply.github.com> Date: Fri, 9 Feb 2024 09:13:11 -0500 Subject: [PATCH] Verified no more db.run() blocks than required [skip ci] --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 9b9e16f..6546664 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ > Rust implementation of the quote editor from [Turbo Rails Tutorial](https://www.hotrails.dev/turbo-rails). -### TODO -* Group queries in run block where possible - ### Motivation and caveats The main motivation is learning to develop web applications with Rust and JavaScript combined. It now includes