I am storing the images in /public/snapshots.
for showing the images i have used image_tag
but in my image_tag if i am going to write as
<%= image_tag image.filename,:alt =>image.filename,:size=>‘320x244’%>
but the image location is going as /images/1.jpg
i want to show the images in my snapshots directory.Please help