method

keys_for_partial_write

rails latest stable - Class: ActiveRecord::AttributeMethods::Serialization::Behavior

Method deprecated or moved

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

keys_for_partial_write()
public

No documentation available.

# File activerecord/lib/active_record/attribute_methods/serialization.rb, line 138
        def keys_for_partial_write
          super | (attributes.keys & self.class.serialized_attributes.keys)
        end