method

dump

rails latest stable - Class: ActiveRecord::Coders::JSON
dump(obj)
public

No documentation available.

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