initial data model implementation
This commit is contained in:
Vendored
+27
@@ -0,0 +1,27 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
category: 1
|
||||
fi: MyString
|
||||
en: MyString
|
||||
sv: MyString
|
||||
'no': MyString
|
||||
ru: MyString
|
||||
de: MyString
|
||||
notes: MyText
|
||||
verified: false
|
||||
created_by: one
|
||||
updated_by: one
|
||||
|
||||
two:
|
||||
category: 1
|
||||
fi: MyString
|
||||
en: MyString
|
||||
sv: MyString
|
||||
'no': MyString
|
||||
ru: MyString
|
||||
de: MyString
|
||||
notes: MyText
|
||||
verified: false
|
||||
created_by: two
|
||||
updated_by: two
|
||||
Reference in New Issue
Block a user