summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2011-07-25 00:12:53 +0200
committerFlorian Frank <flori@ping.de>2011-07-25 00:12:53 +0200
commit9320a2a18a4d09f8e8a83129db793057968928b1 (patch)
tree753727fca37c403eda2091463fa445a36a696aed
parent6f6eeb049090017556aa80f84c6c68f29bd0f7d3 (diff)
downloadjson-9320a2a18a4d09f8e8a83129db793057968928b1.tar.gz
delete after having been obsoleted
-rw-r--r--lib/json/add/rails.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/json/add/rails.rb b/lib/json/add/rails.rb
deleted file mode 100644
index af95e52..0000000
--- a/lib/json/add/rails.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-# This file used to implementations of rails custom objects for
-# serialisation/deserialisation and is obsoleted now.
-
-unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED
- require 'json'
-end
-
-$DEBUG and warn "required json/add/rails which is obsolete now!"