Froze rails gems
[depot.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
new file mode 100644 (file)
index 0000000..bf08443
--- /dev/null
@@ -0,0 +1,5 @@
+class FalseClass
+  def to_json(options = nil) #:nodoc:
+    'false'
+  end
+end