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
If you'd like to completely get rid of of a model and its table do this:
rails destroy model Name