Skip to content

Instantly share code, notes, and snippets.

@goz
Created March 12, 2010 16:00
Show Gist options
  • Save goz/330461 to your computer and use it in GitHub Desktop.
Save goz/330461 to your computer and use it in GitHub Desktop.
has_attached_file :photo, :styles => { :medium => "300x300>", :thumb => "100x100>" },
:url => "/assets/attachments/:id/:style/:basename.:extension",
:path => ":rails_root/public/assets/attachments/:id/:style/:basename.:extension"
before_post_process :randomize_photo_file_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment