Tagged Questions
1
vote
1answer
176 views
How Rails be configured to access a media resource that is not in its conventional directory location?
Let's say I have an image that does not reside in the normal location:
{appname}/public/images/unconventional.gif
But instead here:
{appname}/unconventional.gif
I understand this is a complete ...