I want to delete all the files it created and roll back any changes made, but not necessarily to the database, but more to the config files.
I\'d like to automatical
You can undo a rails generate in the following ways:
rails generate
rails destroy MODEL
rails destroy controller_name