RubyOnRails: Create a Controller and Views for it using a single command
Lets create a controller named ‘home‘ with views ‘index‘, ‘view2′ view3’. Fortunately, you can do that in a single command. Enter this command in your… Read More »RubyOnRails: Create a Controller and Views for it using a single command