Skip to content

Commit 0ed8a3d

Browse files
author
Alex Tharp
authored
Merge pull request #342 from cbdr/disable-media-optimizer
Disable media optimizer
2 parents fd7986f + cc6ec28 commit 0ed8a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/media.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Media < ActiveRecord::Base
3333
:micro => {geometry: '50x50>', format: :jpg},
3434
:ar_post => {geometry: '1140x', format: :jpg}
3535
},
36-
:processors => [:thumbnail, :paperclip_optimizer],
36+
:processors => [:thumbnail],
3737
:preserve_files => 'true',
3838
# :path => ':class/:attachment/:style-:id.:extension'
3939
:path => ':class/:attachment/careerbuilder-:style-:id.:extension',

0 commit comments

Comments
 (0)