14 lines
264 B
YAML
14 lines
264 B
YAML
|
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||
|
|
||
|
one:
|
||
|
worker: one
|
||
|
participant: one
|
||
|
start_date: 2024-01-22
|
||
|
end_date: 2024-01-22
|
||
|
|
||
|
two:
|
||
|
worker: two
|
||
|
participant: two
|
||
|
start_date: 2024-01-22
|
||
|
end_date: 2024-01-22
|