module CarrierWave::MiniMagick::ClassMethods

def resize_to_fit(width, height)

def resize_to_fit(width, height)
  process :resize_to_fit => [width, height]
end