Skip to content

Instantly share code, notes, and snippets.

@meltzerj
Created May 13, 2011 05:59
Show Gist options
  • Select an option

  • Save meltzerj/970059 to your computer and use it in GitHub Desktop.

Select an option

Save meltzerj/970059 to your computer and use it in GitHub Desktop.
has_attached_file :photo,
:styles => {
:tiny => "25x25#",
:thumbnail => "100x100#",
:small => "150x150>",
:medium => "300x300>" },
:default_url => "/images/default.png"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment