Fix issue where custom processors are not loaded in Rails 3
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
Showing
Please
register
or
sign in
to comment