I have a bunch of rails models that i\'m re-writing into a single model to simplify my code and reduce unnecessary tables.
I\'m wondering what the best way to delete a
What about doing ruby script/destroy model? That should take care of the model and the migration.
ruby script/destroy model