paperclip ie validation
1 validates_attachment_content_type :image, 2 :content_type => [ 3 'image/jpeg', 4 'image/pjpeg', # for progressive jpeg (IE mine-type for regular jpeg) 5 'image/png', 6 'image/x-png', # IE mine-type for PNG 7 'image/gif' 8 ]