This commit is contained in:
nilsding 2014-12-29 14:59:12 +01:00
parent f7cb3478be
commit baba0335ce
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ module Paperclip
x = super
i = x.index '-crop'
2.times { x.delete_at i } if i
x
crop_command + x
else
super
end