20 lines
402 B
YAML
20 lines
402 B
YAML
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
company: one
|
|
customer: one
|
|
place: one
|
|
title: MyString
|
|
description: MyText
|
|
start_time: 2024-08-04 08:01:12
|
|
end_time: 2024-08-04 08:01:12
|
|
|
|
two:
|
|
company: two
|
|
customer: two
|
|
place: two
|
|
title: MyString
|
|
description: MyText
|
|
start_time: 2024-08-04 08:01:12
|
|
end_time: 2024-08-04 08:01:12
|