davegaeddert
1 week, 3 days ago
I removed the earliest(), latest(), and get_latest_by from the Plain models
I'm actually in favor of having some convenience methods for this kind of thing, but the combination with get_latest_by (which I've literally never used) feels wrong to me. Just use order_by!