Plain is headed towards 1.0! Subscribe for development updates →

davegaeddert

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!