Skip to content

Instantly share code, notes, and snippets.

@traviskroberts
Created January 11, 2009 17:19
Show Gist options
  • Select an option

  • Save traviskroberts/45734 to your computer and use it in GitHub Desktop.

Select an option

Save traviskroberts/45734 to your computer and use it in GitHub Desktop.
has_attached_file :image,
:styles => {:thumb => '120x120>', :large => '640x480>' },
:default_style => :thumb,
:url => "/system/:class/:attachment/:id/:style/:basename.:extension",
:path => ":rails_root/public/system/:class/:attachment/:id/:style/:basename.:extension"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment