Final-Capstone-Elite-Group/RentUrTechBackend

[2pt] Setup of EquipmentReservation resource

Closed this issue · 0 comments

  • 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