Relative Content

Tag Archive for ruby-on-rails-7

Rails 7: Downloadable files in folders outside project folder

I am working on a project in which users can create PDF files and then download them.
Currently, I am creating these PDFs inside “public/” folder in the project.
But, I want to change the path to a folder outside the project folder, but on the same server.