Rails redirect /images to /assets/images -


i have static application file requires images available @ /images path. rails makes /images folder available via /assets/images. how can write redirect rule in routes.rb whenever asks /images/1.png gets /assets/images/1.png?


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -