The old Rails used to have an application.rhtml file. The newer version appear to have .html.erb files for each model. What’s the reason there is currently no application.html.erb file?
The old Rails used to have an application.rhtml file. The newer version appear to
Share
You can create an
application.html.erbfile in the app/view/layouts directory if you want to have an application-wide layout file.