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,9 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
subprinciple: one
type:
two:
subprinciple: two
type:

11
test/fixtures/subprincipalitems.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
subprincipleitemgroup: one
description: MyText
affirmative: false
two:
subprincipleitemgroup: two
description: MyText
affirmative: false

11
test/fixtures/subprinciples.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
principle: one
name: MyString
description: MyText
two:
principle: two
name: MyString
description: MyText