Changed storage location

This commit is contained in:
2024-08-02 14:06:03 +02:00
parent c5e55eb410
commit dbf6511913
3 changed files with 3 additions and 4 deletions

View File

@@ -30,5 +30,5 @@ end
status:, privacy_policy_accepted: true)
job.pdf = File.open(Rails.root.join('db/pdfs/', pdf))
job.save!
sleep 1
# sleep 1 # for testing broadcasting
end