Commit f71ebb44 by Gabe Berke-Williams

Typo

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