Rezervacije

This commit is contained in:
2024-08-06 14:16:40 +02:00
parent 8d5a410c60
commit 6d5509856f
58 changed files with 1052 additions and 3 deletions

19
test/fixtures/reservations.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
# 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