paperclip.rb
16.9 KB
-
Fix issue where custom processors are not loaded in Rails 3 · 4e4f427c
In Rails 3, Paperclip gem being loaded before the Rails object is properly configured and causing those processors not get require'd. This patch should fix that by lazy-loaded the processor. Closes #206, #233, #247, #480, #494
Zach Church committed