ruby on rails - Paperclip not deleting attachments after model is destroyed -


I have a Rail 4 app and when I upgrade from Paperclip 3.5.2 to a newer version, my attachment There are no files removed from the file system after the related model is destroyed. I can not see anything in the documentation?

Here is my model code:

  is_act_size: artwork, styles = & gt; {: Big => ["1400x1400 #" ,: jpg] ,: Cover => ["600x600 #" ,: jpg] ,: Medium = & gt; "170x170 #",: thumb = & gt; "50x50 #"},: convert_options = & gt; {: All = & gt; "-Quality 80colorspace RGB"}  

Anything looks wrong?


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -