1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-19 08:52:25 +01:00
Sylvain b68e47a0ea refactor shopping_cart/reservation
Previsouly, the reservation was expecting parameters like:
slots_attributes: [{start_at: date, end_at: date, availability_id: number}]

Now, the reservation is expecting simpler parameters like:
slots_reservations_attributes:[{slot_id: number}]
2022-07-18 17:18:01 +02:00
..
2019-01-16 13:07:19 +01:00
2020-06-03 16:25:13 +02:00
2019-01-16 16:28:25 +01:00
2021-06-25 09:56:39 +02:00
2019-01-16 16:28:25 +01:00
2019-01-16 16:28:25 +01:00
2020-03-25 12:35:08 +01:00
2019-01-16 16:28:25 +01:00
2019-01-16 16:28:25 +01:00
2020-06-15 12:44:43 +02:00