dzsozef13 / Bottomshelf

Cocktail recipe and image sharing platform.
0 stars 0 forks source link

Refactored post model fetching #55

Closed dzsozef13 closed 1 year ago

dzsozef13 commented 1 year ago

Now all fetching can be done through a single method that can accept arguments from the controller.

Old methods are left in the model, still need to go around and implement the new one in all places.