This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
ReRefactor reservations controller #836
Closed
Description
The reservation controller is absurd. We should move out most of the logic to model instance methods; the only logic in the controller should be related to param parsing or whatnot.
At the same time make sure that tests migrate to the model appropriately and also write tests for approve/deny.
Activity