Feb
25
Rails delete_all and autoincrement
More of a note to self, but others may benefit.
Keep in mind when doing a delete_all on your model to empty the table, that you may want to reset the auto_increment value if you are using mySQL….