.avatar
- if resource.avatar
.control-group
.controls
= image_tag resource.avatar.thumb_url
This code causes an argument error on the last line “nil is not a valid asset source”
.avatar
.control-group
.controls
= image_tag resource.avatar.thumb_url
This code causes an argument error on the last line “nil is not a valid asset source”