I have run ruby script/generate scaffold test name:string.....
I want to reverse it. Please give your opinion
I have run ruby script/generate scaffold test name:string.....
I want to reverse it. Please give your opinion
hi sachinrathore11,
I'm not exactly sure what you mean by reversing (do you want to remove all the files that were created ??)
But if you want to revert the migration you can do so
rake db:rollback or rake db:rollback STEP=
cheers
sameera