initial data model implementation
This commit is contained in:
+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
|
||||
Reference in New Issue
Block a user