Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

create CartReservations #186

Closed
ebmaher opened this issue Jul 16, 2012 · 1 comment
Closed

create CartReservations #186

ebmaher opened this issue Jul 16, 2012 · 1 comment

Comments

@ebmaher
Copy link
Contributor

ebmaher commented Jul 16, 2012

because there was a problem with storing Reservations in Cart's Item attribute, it will instead store IDs of CartReservations that will be saved in the database.
need to: make a new class CartReservation that inherits from Reservation. refactor Reservation code to make sure the right methods/validations are in the right places. make a new migration for the CartReservation table. refactor the Cart to use CartReservations.

@ghost ghost assigned ebmaher Jul 16, 2012
@ebmaher ebmaher mentioned this issue Jul 16, 2012
@ebmaher
Copy link
Contributor Author

ebmaher commented Jul 31, 2012

HA DONE AND MERGED

@ebmaher ebmaher closed this as completed Jul 31, 2012
@dgoerger dgoerger mentioned this issue Jun 26, 2014
2 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant