Skip to content

Instantly share code, notes, and snippets.

View dhamkur's full-sized avatar
🏠
Working from home

dhamkur dhamkur

🏠
Working from home
  • VirtualSpirit
  • Indonesia
View GitHub Profile
class ImageUploader < CarrierWave::Uploader::Base
include Cloudinary::CarrierWave
process :tags => ['post_picture']
version :standard do
process :resize_to_fill => [100, 150, :north]
end
version :article do