Add Quantities tab

This commit is contained in:
2025-01-05 03:18:39 +01:00
parent 141d67ad21
commit b3aea97087
11 changed files with 30 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
require "test_helper"
class QuantitiesControllerTest < ActionDispatch::IntegrationTest
# test "the truth" do
# assert true
# end
end

View File

@@ -0,0 +1,7 @@
require "test_helper"
class UnitsControllerTest < ActionDispatch::IntegrationTest
# test "the truth" do
# assert true
# end
end