Skip to content

Instantly share code, notes, and snippets.

@johanb
Created April 11, 2012 09:47
Show Gist options
  • Save johanb/2358297 to your computer and use it in GitHub Desktop.
Save johanb/2358297 to your computer and use it in GitHub Desktop.
class Photo < ActiveRecord::Base
mount_uploader :photo, PhotoUploader
end
class PhotoUploader < CarrierWave::Uploader::Base
storage :fog
#extension whitelisting, and which versions (thumbs) to create
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment