Skip to content

Instantly share code, notes, and snippets.

@arbarlow
Created April 11, 2011 14:50
Show Gist options
  • Save arbarlow/913637 to your computer and use it in GitHub Desktop.
Save arbarlow/913637 to your computer and use it in GitHub Desktop.
has_attached_file :image,
:storage => :s3,
:s3_credentials => "#{Rails.root.to_s}/config/aws.yml",
:path => "images/:id/:style:unix_time.:extension"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment