Commit 0a55c41f by Harold Giménez

Typo

parent b2a370e0
......@@ -106,7 +106,7 @@ In your show view:
<%= image_tag @user.avatar.url(:medium) %>
<%= image_tag @user.avatar.url(:thumb) %>
To detach a file, simple sett the attribute to `nil`:
To detach a file, simple set the attribute to `nil`:
@user.image = nil
@user.save
......
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