Joined June 2011
·

Matt Scilipoti

Laurel, MD
·
·
·

Posted to Creating images from JSON in Rails over 1 year ago

For the image_tag, I recommend using:
<%= image_tag(image_url("image_name.jpg")) %>
We get the correct url and asset_pipeline goodness (fingerprinting, etc). Don't forget to use "app/assets/images", instead of "public/images".

Achievements
110 Karma
0 Total ProTip Views