Hello friends, I have configured attachment_f. It’s working fine on Local(development) system but giving problem on production. Basically on production the attachment_fu is not able to generate thumbnail image it saving the original size image. Below is the configuration.
has_attachment :content_type => :image, :storage => :file_system, :max_size => 500.kilobytes, :thumbnails => {:thumb => ‘170x60>’}, :processor => ‘Rmagick’, :path_prefix => ‘public/store_images’
Is any idea what can be an issue?
Regards Abhi