¿How make I to upload multiple images with refile?
Hey Saul, check out this section on their readme: https://github.com/refile/refile#multiple-file-uploads
And use the master branch or you will get undefined methods errors. (this step is not included in the readme)
gem 'refile', require: "refile/rails", git: 'https://github.com/refile/refile.git', branch: 'master'