Generate initial models
This commit is contained in:
commit
3e1e5618ca
89 changed files with 2706 additions and 0 deletions
9
test/fixtures/answers.yml
vendored
Normal file
9
test/fixtures/answers.yml
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
question: one
|
||||
data: MyText
|
||||
|
||||
two:
|
||||
question: two
|
||||
data: MyText
|
0
test/fixtures/files/.keep
vendored
Normal file
0
test/fixtures/files/.keep
vendored
Normal file
11
test/fixtures/questions.yml
vendored
Normal file
11
test/fixtures/questions.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
section: one
|
||||
text: MyText
|
||||
type: 1
|
||||
|
||||
two:
|
||||
section: two
|
||||
text: MyText
|
||||
type: 1
|
9
test/fixtures/sections.yml
vendored
Normal file
9
test/fixtures/sections.yml
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
title: MyText
|
||||
description: MyText
|
||||
|
||||
two:
|
||||
title: MyText
|
||||
description: MyText
|
Loading…
Add table
Add a link
Reference in a new issue