Basic feature implemented, very basic poc
This commit is contained in:
parent
216089a3e7
commit
48c0067076
118 changed files with 2113 additions and 20 deletions
13
test/fixtures/elements.yml
vendored
Normal file
13
test/fixtures/elements.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
report: one
|
||||
path: MyString
|
||||
title: MyString
|
||||
description: MyText
|
||||
|
||||
two:
|
||||
report: two
|
||||
path: MyString
|
||||
title: MyString
|
||||
description: MyText
|
||||
Loading…
Add table
Add a link
Reference in a new issue