I made a very simple rails app on local host and deleted public/index.html and changed the :root route to another page. It worked fine, but when I deployed to heroku, that index.html page shows up "Welcome Aboard, you're riding ruby on rails"
How can I get rid of that in Heroku? Why is it there?