Question: Is there any way to ‘undo’ the effects of a scaffold command in Rails? Best Answer: First, if you have already run the migrations generated by the scaffold command, you have to perform a rollback first. You can create ...