implemented some basic CRUD for QBO Items

This commit is contained in:
2026-03-11 23:39:24 -04:00
parent bfdf6b3065
commit 4f8e5d9b2c
9 changed files with 340 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
<h2>New Item</h2>
<%= render "form" %>
<%= link_to "Back", items_path %>