Generate Views After Model And Controller Already Created In Rails

Posted By Weston Ganger

Most of the time I just create models from scratch or copy another controller but I may not want to do so for the views. Here is how to generate only the views.

rails g scaffold Post --migration=false --skip

Related External Links:

Article Topic:Software Development - Ruby / Rails

Date:October 04, 2016