14 lines
256 B
YAML
14 lines
256 B
YAML
|
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||
|
|
||
|
one:
|
||
|
picture: MyString
|
||
|
header: MyString
|
||
|
text: MyText
|
||
|
happened: 2023-01-11
|
||
|
|
||
|
two:
|
||
|
picture: MyString
|
||
|
header: MyString
|
||
|
text: MyText
|
||
|
happened: 2023-01-11
|