Commit 163c11de by jyurek

README typo

git-svn-id: https://svn.thoughtbot.com/plugins/paperclip/trunk@162 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
parent 403e6283
......@@ -28,6 +28,8 @@ end
In your show view:
<%= image_path @photo.image_url(:original) %>
<%= image_path @photo.image_url(:medium) %>
<%= image_path @photo.image_url(:thumb) %>
\ No newline at end of file
<%= image_tag @photo.image_url %>
<%= image_tag @photo.image_url(:original) %>
<%= image_tag @photo.image_url(:medium) %>
<%= image_tag @photo.image_url(:thumb) %>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment