Is it possible with Rails to delete anything past a certain limit. For example, if there were 200 posts in a Model post and I wanted to only keep the most recent 100 and delete the old ones, what is the most efficient way to do that? Would it be this? Is there a quicker way?Is it possible with Rails to delete anything pa