[2pt] Setup of EquipmentReservation resource
Closed this issue · 0 comments
jose-Abel commented
- Create the EquipmentReservation Model.
- Create the EquipmentReservation Migration table (t.int reservation_id, t.int equipment_id).
- RSpec test for the EquipmentReservation model.
- Create the factory bot for the test.
- Create reference between User and Reservation