Skip to content

Instantly share code, notes, and snippets.

@hidenowt
Created March 24, 2009 13:52
Show Gist options
  • Save hidenowt/84094 to your computer and use it in GitHub Desktop.
Save hidenowt/84094 to your computer and use it in GitHub Desktop.
<!-- index -->
<%= image_tag @user.avatar.url %>
<%= image_tag @user.avatar.url(:small) %>
<%= image_tag @user.avatar.url(:large) %>
<!-- index -->
<!-- show -->
<%= image_tag @user.avatar.url %>
<%= image_tag @user.avatar.url(:small) %>
<%= image_tag @user.avatar.url(:large) %>
<!-- show -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment