summaryrefslogtreecommitdiff
path: root/lib/json/add/rails.rb
blob: af95e52d4ec5264d4b5dc247b3b24a858076a935 (plain)
1
2
3
4
5
6
7
8
# 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!"