1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-20 14:54:15 +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
..
2022-07-18 17:18:01 +02:00
2021-01-04 16:26:52 +01:00
2022-05-11 16:44:17 +02:00
2022-05-23 16:15:49 +02:00
2022-07-18 17:18:01 +02:00
2016-03-23 18:39:41 +01:00
2020-03-30 10:59:11 +02:00
2020-03-25 12:35:07 +01:00
2022-03-23 16:55:38 +01:00