mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-08-30 00:59:13 +00:00
4 lines
88 B
Ruby
4 lines
88 B
Ruby
class PhotoUploader < CarrierWave::Uploader::Base
|
|
include Cloudinary::CarrierWave
|
|
end
|