module ActiveRecord::Coders::JSON

def self.dump(obj)

:nodoc:
:nodoc:
def self.dump(obj)
  ActiveSupport::JSON.encode(obj)
end