initial data model implementation
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user: one
|
||||
commentable: one
|
||||
commentable_type: Commentable
|
||||
body: MyText
|
||||
|
||||
two:
|
||||
user: two
|
||||
commentable: two
|
||||
commentable_type: Commentable
|
||||
body: MyText
|
||||
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
|
||||
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
entry: one
|
||||
user: one
|
||||
changes_made:
|
||||
change_type: MyString
|
||||
|
||||
two:
|
||||
entry: two
|
||||
user: two
|
||||
changes_made:
|
||||
change_type: MyString
|
||||
Vendored
Vendored
+27
@@ -0,0 +1,27 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
entry: one
|
||||
language_code: MyString
|
||||
alternative_translation: MyString
|
||||
context: MyText
|
||||
reasoning: MyText
|
||||
source: MyString
|
||||
region: MyString
|
||||
status: 1
|
||||
submitted_by: one
|
||||
reviewed_by: one
|
||||
reviewed_at: 2026-01-22 13:38:22
|
||||
|
||||
two:
|
||||
entry: two
|
||||
language_code: MyString
|
||||
alternative_translation: MyString
|
||||
context: MyText
|
||||
reasoning: MyText
|
||||
source: MyString
|
||||
region: MyString
|
||||
status: 1
|
||||
submitted_by: two
|
||||
reviewed_by: two
|
||||
reviewed_at: 2026-01-22 13:38:22
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
code: MyString
|
||||
name: MyString
|
||||
native_name: MyString
|
||||
sort_order: 1
|
||||
active: false
|
||||
|
||||
two:
|
||||
code: MyString
|
||||
name: MyString
|
||||
native_name: MyString
|
||||
sort_order: 1
|
||||
active: false
|
||||
Vendored
+23
@@ -0,0 +1,23 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
email: MyString
|
||||
password_digest: MyString
|
||||
name: MyString
|
||||
role: 1
|
||||
primary_language: MyString
|
||||
invitation_token: MyString
|
||||
invitation_sent_at: 2026-01-22 13:38:37
|
||||
invitation_accepted_at: 2026-01-22 13:38:37
|
||||
invited_by: one
|
||||
|
||||
two:
|
||||
email: MyString
|
||||
password_digest: MyString
|
||||
name: MyString
|
||||
role: 1
|
||||
primary_language: MyString
|
||||
invitation_token: MyString
|
||||
invitation_sent_at: 2026-01-22 13:38:37
|
||||
invitation_accepted_at: 2026-01-22 13:38:37
|
||||
invited_by: two
|
||||
Reference in New Issue
Block a user