method

marshal_dump

rails latest stable - Class: ActiveRecord::LazyAttributeHash

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.1.7) is shown here.

marshal_dump()
public

No documentation available.

# File activerecord/lib/active_record/attribute_set/builder.rb, line 76
    def marshal_dump
      [@types, @values, @additional_types, @default_attributes, @delegate_hash]
    end