Commit e3653269 by Harold Giménez

Follow the example with #avatar

parent 0a55c41f
...@@ -108,7 +108,7 @@ In your show view: ...@@ -108,7 +108,7 @@ In your show view:
To detach a file, simple set the attribute to `nil`: To detach a file, simple set the attribute to `nil`:
@user.image = nil @user.avatar = nil
@user.save @user.save
Usage Usage
......
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