Started again with Rails 4
[feedcatcher.git] / vendor / rails / activesupport / lib / active_support / json / encoders / object.rb
diff --git a/vendor/rails/activesupport/lib/active_support/json/encoders/object.rb b/vendor/rails/activesupport/lib/active_support/json/encoders/object.rb
deleted file mode 100644 (file)
index ca215d4..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-class Object
-  # Dumps object in JSON (JavaScript Object Notation). See www.json.org for more info.
-  def to_json(options = {})
-    ActiveSupport::JSON.encode(instance_values, options)
-  end
-end