RailsCasts Pro episodes are now free!

Learn more or hide this

Robert Himler's Profile

GitHub User: roberthimler

Site: http://www.roberthimler.com

Comments by Robert Himler

Avatar

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