Skip to content

Instantly share code, notes, and snippets.

@cherring
Created April 23, 2009 01:00
Show Gist options
  • Save cherring/100204 to your computer and use it in GitHub Desktop.
Save cherring/100204 to your computer and use it in GitHub Desktop.
<%= user.avatar.exists? ? image_tag(user.avatar.url(:thumb)) : image_tag("/images/person.gif") %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment