Skip to content

Instantly share code, notes, and snippets.

View Bramanga's full-sized avatar
👌
OK

Greg Braman Bramanga

👌
OK
View GitHub Profile
@Bramanga
Bramanga / image_uploader.rb
Created September 12, 2011 14:33
My ImageUploader.rb class
# encoding: utf-8
class ImageUploader < CarrierWave::Uploader::Base
include CarrierWave::RMagick
# Choose what kind of storage to use for this uploader:
#storage :file
storage :fog