Skip to content

Instantly share code, notes, and snippets.

@brycemcd
Created July 29, 2011 19:16
Show Gist options
  • Save brycemcd/1114522 to your computer and use it in GitHub Desktop.
Save brycemcd/1114522 to your computer and use it in GitHub Desktop.
paperclip processors
has_attached_file :main, :styles => { :grid => "250x390>",
:detail => "400x600>",
:thumb => "75x75#",
:trans => { :processors => [:trans_to_dark] }
},
:default_url => "/images/missing.png",
:storage => :s3,
:s3_credentials => "#{RAILS_ROOT}/config/s3.yml",
:bucket => "mybuck",
:path => "product_images/:id/main/:style.:extension"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment