I was wondering if theres a way to find the newest record in a table in rails3?
Thanks
Elliot
Try, for a model named ModelName:
ModelName
record = ModelName.last