Added the priciples, sub principles and the groups.

This commit is contained in:
2022-06-11 21:13:32 +01:00
parent 0fa0f5f42e
commit dc739cc189
14 changed files with 125 additions and 5 deletions

View File

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

View File

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

View File

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