JSON::Pure::Generator::State fix when using resque. huge thanks to this post: http://blog.ethanvizitei.com/2010/11/json-pure-ruins-my-morning.html

This commit is contained in:
danielvincent 2010-12-04 13:16:10 -08:00
parent 7d847e16d0
commit addbaaeb70

View file

@ -0,0 +1,6 @@
class Fixnum
def to_json(options = nil)
to_s
end
end