method

marshalling_format_version=

rails latest stable - Class: ActiveRecord

Method not available on this version

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

marshalling_format_version=(value)
public

No documentation available.

# File activerecord/lib/active_record.rb, line 467
  def self.marshalling_format_version=(value)
    Marshalling.format_version = value
  end