RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: roberthimler
Site: http://www.roberthimler.com
Correct. Ryan has a typo in his code...it should be:
<%= image_tag painting.image.url(:thumb).to_s %>
NOT: <%= image_tag painting.image_url(:thumb).to_s %>
Related Post On Stack Overflow
Correct. Ryan has a typo in his code...it should be:
<%= image_tag painting.image.url(:thumb).to_s %>
NOT: <%= image_tag painting.image_url(:thumb).to_s %>
Related Post On Stack Overflow