method

partial_updates=

rails latest stable - Class: ActiveRecord::AttributeMethods::Dirty

Method deprecated or moved

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

partial_updates=(v)
public

No documentation available.

# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 18
        def self.partial_updates=(v); self.partial_writes = v; end