I finally got FlexImage working on my RESTful application. The images
are stored in the database via the ‘create’ method. Now I cannot figure
out how to display the image in my ‘show’ view. This is what I tried:
<%= image_tag url_for @product %>
Please help a noob out?