18 lines
332 B
YAML
18 lines
332 B
YAML
|
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||
|
|
||
|
one:
|
||
|
name: MyString
|
||
|
text: MyText
|
||
|
start_date: 2023-01-16
|
||
|
end_date: 2023-01-16
|
||
|
profile: one
|
||
|
picture: MyString
|
||
|
|
||
|
two:
|
||
|
name: MyString
|
||
|
text: MyText
|
||
|
start_date: 2023-01-16
|
||
|
end_date: 2023-01-16
|
||
|
profile: two
|
||
|
picture: MyString
|