SyntaxFix
Write A Post
Hire A Developer
Questions
So, Process you should follow to undo scaffolding in rails 4. Run Command as below:
rails d scaffold FooBar
rake db:rollback
rake db:migrate
That's it!
Cheers!