lib/simple_captcha/image.rb in galetahub-simple_captcha-0.1.2 vs lib/simple_captcha/image.rb in galetahub-simple_captcha-0.1.3
- old
+ new
@@ -1,5 +1,6 @@
+require 'tempfile'
module SimpleCaptcha #:nodoc
module ImageHelpers #:nodoc
mattr_accessor :image_styles
@@image_styles = {
@@ -75,8 +76,9 @@
SimpleCaptcha::Utils::run("convert", params.join(' '))
dst.close
File.expand_path(dst.path)
+ #dst
end
end
end