When creating an index.html.erb file in views with the bin / rails ... command A window "Choose how to open this file" will open and share the solution when the index.html.erb file is not created.
--System type: Windows10 Home 64-bit operating system, x64-based processor --Rails version 4 series
Execute the bin / rails generate controller welcome index command.
The window "Choose how to open this file" opens.
You can see that the index.html.erb file has been created.
OK
Recommended Posts