Hi Ryan! how are you doing?
I was using your amazing code to upload files in my DB and everything was working perfect, but after to migrate my rails Version from 5 to 6, i started to receive this message when i try to upload a new document:
NoMethodError (undefined method delete' for nil:NilClass): app/models/document.rb:12:in initialize'
Do you know if can i do something to fix it?
appreciate any help, thanks.