Using the Paperclip gem with rails and whenever I upload a .ai file it converts to a txt file on aws s3. How do I have it upload the file without any processing so when I download it is still an .ai file?
Ended up using the gem "paperclip-dropbox"
which works perfectly.
Available here: https://github.com/janko-m/paperclip-dropbox