how generate a scaffold on already created model?

If you have already created data models in your rails app but wish to scaffold or stub out the controller and the views without starting over the models, you can use the option scaffold_controller rails generate...

Read More