method

dump

dump(obj)
public

No documentation available.

# File activerecord/lib/active_record/coders/json.rb, line 4
      def self.dump(obj)
        ActiveSupport::JSON.encode(obj)
      end