Started again with Rails 4
[feedcatcher.git] / vendor / rails / activesupport / lib / active_support / json / encoders / false_class.rb
diff --git a/vendor/rails/activesupport/lib/active_support/json/encoders/false_class.rb b/vendor/rails/activesupport/lib/active_support/json/encoders/false_class.rb
deleted file mode 100644 (file)
index bf08443..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-class FalseClass
-  def to_json(options = nil) #:nodoc:
-    'false'
-  end
-end