14 lines
298 B
YAML
14 lines
298 B
YAML
|
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||
|
|
||
|
one:
|
||
|
weather_date: 2025-01-17
|
||
|
weather_condition: MyString
|
||
|
description: MyText
|
||
|
prompt: MyString
|
||
|
|
||
|
two:
|
||
|
weather_date: 2025-01-17
|
||
|
weather_condition: MyString
|
||
|
description: MyText
|
||
|
prompt: MyString
|