dharple / organizer

A web application for keeping track of storage boxes
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Refactor controller CRU methods into a single method #14

Closed dharple closed 4 years ago

dharple commented 4 years ago

For the Box, BoxModel, and Location Controllers, the create and update methods are basically identical. They can be reduced down to a single method.