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:
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
Want me to help develop your next Ruby-on-Rails project or application?
Contact Me