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:
|
||||
entry: one
|
||||
user: one
|
||||
changes_made:
|
||||
change_type: MyString
|
||||
|
||||
two:
|
||||
entry: two
|
||||
user: two
|
||||
changes_made:
|
||||
change_type: MyString
|
||||
Reference in New Issue
Block a user