lib/bulldog/attachment/image.rb in bulldog-0.0.5 vs lib/bulldog/attachment/image.rb in bulldog-0.0.6

- old
+ new

@@ -25,9 +25,14 @@ end end include HasDimensions + def unload + super + @original_dimensions = nil + end + protected # --------------------------------------------------- # # Return the default processor class to use for this attachment. #