Skip to content

Instantly share code, notes, and snippets.

@qrush
Created October 26, 2008 21:51
Show Gist options
  • Save qrush/19952 to your computer and use it in GitHub Desktop.
Save qrush/19952 to your computer and use it in GitHub Desktop.
has_attached_file :avatar,
:styles => { :medium => "200x600>", :thumb => "50x50", :small => "32x32" },
:default_url => "/images/missing/avatars/:style.png"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment