Froze rails gems
[depot.git] / vendor / rails / activesupport / lib / active_support / json / encoders / numeric.rb
diff --git a/vendor/rails/activesupport/lib/active_support/json/encoders/numeric.rb b/vendor/rails/activesupport/lib/active_support/json/encoders/numeric.rb
new file mode 100644 (file)
index 0000000..38713fb
--- /dev/null
@@ -0,0 +1,5 @@
+class Numeric
+  def to_json(options = nil) #:nodoc:
+    to_s
+  end
+end