badger-99 / workspace-reservation-back-end

A fullstack project that allows coworking space owners to manage their workspaces, and users to make bookings.
MIT License
0 stars 2 forks source link

[1pt] Create association between Reservations and User/Workspace models #14

Closed wickathou closed 9 months ago

wickathou commented 9 months ago

Add missing belongs to associations between Reservations and the Users/Workspace models

wickathou commented 9 months ago

Completed by @badger-99