How can i path images from another site on my server?

I have two sites both using the same database and running on the same server One is a front end and the other a back end Actually one is a storefront and the other just for management Although they share the same database the images are on the site that manages only and I’m trying to display them on the storefront like so: <%= image_tag(item.images_as_thumbnails.first) %>