impress/app/views/outfits
Emi Matchu 860b8eef72 Remove not-very-useful caching for homepage modeling
Huh, I hadn't realized that like, we'd already set up the controller to
always *run* basically all of the modeling logic, and the caching in
the view layer wasn't saving us any queries anymore. Kinda silly!

Remove the caching call, just to simplify the codebase (I like to avoid
caching things that don't specifically need it!).

And hey, love that the modeling code in the controller is now *way*
faster to run! You love to see it!
2024-10-02 18:26:49 -07:00
..
_outfit.html.haml Fix confirmation prompts for various actions 2024-03-13 13:56:10 -07:00
edit.html.haml Add Turbo to speed up the app, and set up for missing UJS features 2024-03-13 13:43:48 -07:00
index.html.haml Fix various JS Turbo issues 2024-03-13 21:26:22 -07:00
new.html.haml Remove not-very-useful caching for homepage modeling 2024-10-02 18:26:49 -07:00