Can I run two uploaders in a Ruby On Rails App

66 views Asked by At

I have a Ruby On Rails app (Ruby 2.3.8 Rails 4.2.7.1) running Shrine as an image and document uploader. I want to do an integration with the image manipulation company Cloudinary which uses Carrierwave as an uploader. Do I need to re-write the whole code to run Carrierwave or can I run two uploaders (doing different tasks) in the same stack?

0

There are 0 answers