create org model and schema manager

This commit is contained in:
2025-06-11 18:23:16 +02:00
parent 16b27a0d1c
commit 8be82f5c49
7 changed files with 144 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
require "test_helper"
class OrganizationTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end