method

load

rails latest stable - Class: ActiveRecord::Coders::JSON

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

load(json)
public

No documentation available.

# File activerecord/lib/active_record/coders/json.rb, line 19
      def load(json)
        ActiveSupport::JSON.decode(json, @options) unless json.blank?
      end