Commit 59d27d23
Changed files (1)
app
views
admin
photos
app/views/admin/photos/show.html.erb
@@ -26,6 +26,9 @@
</table>
<h2><%= @photo.image.url %></h2>
+ <h2><%= @photo.image.root %></h2>
+ <h2><%= @photo.image.cache_dir %></h2>
+ <h2><%= @photo.image.store_dir %></h2>
<%= image_tag @photo.image.url %>
</div>
</div>