Skip to content

Instantly share code, notes, and snippets.

@zeevallin
Created April 12, 2013 21:04
Show Gist options
  • Save zeevallin/5375128 to your computer and use it in GitHub Desktop.
Save zeevallin/5375128 to your computer and use it in GitHub Desktop.
class AvatarUploader < CarrierWave::Uploader::Base
include CarrierWave::MiniMagick
process :resize_to_fill => [200, 200]
process :convert => 'png'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment