Simple redirect from public to views in ror
I am looking for a simple way to redirect the public/index.html to the app/views/public/index.h开发者_如何学Pythontml.erb the site is already deployed and I'm sick of it not being the first thing when you go to the domain.
You should have public/index.html deleted and use rails routes instead.
精彩评论