Just a brief interlude from the File Management series while I sort out some time to do some benchmarking.
A common pattern I see in submissions and client-applications is repetitive declarations in controllers. There’s a neat and simple solution for this, but given how often Things like this:
class TodoController < ApplicationController ...

